Fix package upstream url
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
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.9.0
|
pkgver = 0.9.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
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
|
||||||
|
|||||||
@@ -6,10 +6,10 @@ _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.9.0
|
pkgver=0.9.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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")
|
||||||
url="https://galaxy.ansible.com/${_collection_namespace}/{$_collection_name}"
|
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")
|
||||||
|
|||||||
Reference in New Issue
Block a user