chore: update to 0.13.1
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
pkgbase = ansible-collection-kewlfft-aur
|
pkgbase = ansible-collection-kewlfft-aur
|
||||||
pkgdesc = Ansible collection that contains an Ansible module to manage packages from the AUR
|
pkgdesc = Ansible collection that contains an Ansible module to manage packages from the AUR
|
||||||
pkgver = 0.11.1
|
pkgver = 0.13.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://galaxy.ansible.com/kewlfft/aur
|
url = https://galaxy.ansible.com/kewlfft/aur
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL3
|
license = GPL3
|
||||||
depends = ansible-core
|
depends = ansible-core
|
||||||
source = https://github.com/kewlfft/ansible-aur/archive/v0.11.1/ansible-aur-0.11.1.tar.gz
|
source = https://github.com/kewlfft/ansible-aur/archive/v0.13.1/ansible-aur-0.13.1.tar.gz
|
||||||
sha256sums = 99e2b07a18881423b6433f4c08ef4caf4906a11fb7fcde67abd211bf10a9ded7
|
sha256sums = 30dfb28abaa29140d38571fa3d8004823066a9d5606a4c5d44af0d63345cb8ae
|
||||||
|
|
||||||
pkgname = ansible-collection-kewlfft-aur
|
pkgname = ansible-collection-kewlfft-aur
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ _repo_name=ansible-aur
|
|||||||
_github_url="https://github.com/${_collection_namespace}/${_repo_name}"
|
_github_url="https://github.com/${_collection_namespace}/${_repo_name}"
|
||||||
|
|
||||||
pkgname="ansible-collection-${_collection_namespace}-${_collection_name}"
|
pkgname="ansible-collection-${_collection_namespace}-${_collection_name}"
|
||||||
pkgver=0.11.1
|
pkgver=0.13.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Ansible collection that contains an Ansible module to manage packages from the AUR"
|
pkgdesc="Ansible collection that contains an Ansible module to manage packages from the AUR"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
@@ -14,7 +14,7 @@ url="https://galaxy.ansible.com/${_collection_namespace}/${_collection_name}"
|
|||||||
license=("GPL3")
|
license=("GPL3")
|
||||||
depends=("ansible-core")
|
depends=("ansible-core")
|
||||||
source=("${_github_url}/archive/v${pkgver}/${_repo_name}-${pkgver}.tar.gz")
|
source=("${_github_url}/archive/v${pkgver}/${_repo_name}-${pkgver}.tar.gz")
|
||||||
sha256sums=('99e2b07a18881423b6433f4c08ef4caf4906a11fb7fcde67abd211bf10a9ded7')
|
sha256sums=('30dfb28abaa29140d38571fa3d8004823066a9d5606a4c5d44af0d63345cb8ae')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${_repo_name}-${pkgver}"
|
cd "${_repo_name}-${pkgver}"
|
||||||
|
|||||||
Reference in New Issue
Block a user