From 3b32ea6b2ee6099db398b0e5a3ec0fee70415e2c Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 3 Sep 2021 15:57:19 -0500 Subject: [PATCH] Fix package upstream url --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9086a46..495a41d 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 c3bf37b..f89e1e9 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")