Fix package upstream url

This commit is contained in:
Maxwell G
2021-09-03 15:57:19 -05:00
parent a1613529bb
commit 3b32ea6b2e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
pkgbase = ansible-collection-kewlfft-aur
pkgdesc = Ansible collection that contains an Ansible module to manage packages from the AUR
pkgver = 0.9.0
pkgrel = 1
url = https://galaxy.ansible.com/kewlfft/{aur}
pkgrel = 2
url = https://galaxy.ansible.com/kewlfft/aur
arch = any
license = GPL3
depends = ansible-core
+2 -2
View File
@@ -6,10 +6,10 @@ _github_url="https://github.com/${_collection_namespace}/${_repo_name}"
pkgname="ansible-collection-${_collection_namespace}-${_collection_name}"
pkgver=0.9.0
pkgrel=1
pkgrel=2
pkgdesc="Ansible collection that contains an Ansible module to manage packages from the AUR"
arch=("any")
url="https://galaxy.ansible.com/${_collection_namespace}/{$_collection_name}"
url="https://galaxy.ansible.com/${_collection_namespace}/${_collection_name}"
license=("GPL3")
depends=("ansible-core")
source=("${_github_url}/archive/v${pkgver}/${_repo_name}-${pkgver}.tar.gz")