summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxwell G2021-09-03 15:57:19 -0500
committerMaxwell G2021-09-03 15:57:19 -0500
commit3b32ea6b2ee6099db398b0e5a3ec0fee70415e2c (patch)
treeff5b68076ac731bc06c4fb962f138934c28e4c1f
parenta1613529bb71b9f535a0ad97abb9f4f9569367e8 (diff)
downloadaur-3b32ea6b2ee6099db398b0e5a3ec0fee70415e2c.tar.gz
Fix package upstream url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9086a46efd22..495a41d5e366 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index c3bf37b9730e..f89e1e9b468c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")