summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxwell G2021-09-04 14:23:31 -0500
committerMaxwell G2021-09-04 14:23:31 -0500
commitfc1a9b85e1051b0c8ea9ce903d3ac7757cb0f379 (patch)
treef5ae39ba9ba80b40a1cce9b30a98c55b875c7a42
parent3b32ea6b2ee6099db398b0e5a3ec0fee70415e2c (diff)
downloadaur-fc1a9b85e1051b0c8ea9ce903d3ac7757cb0f379.tar.gz
Bump pkgver to 0.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 495a41d5e366..a2e059b0b5f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ansible-collection-kewlfft-aur
pkgdesc = Ansible collection that contains an Ansible module to manage packages from the AUR
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 2
url = https://galaxy.ansible.com/kewlfft/aur
arch = any
license = GPL3
depends = ansible-core
- source = https://github.com/kewlfft/ansible-aur/archive/v0.9.0/ansible-aur-0.9.0.tar.gz
- sha256sums = 4e3f51e8e0367b20c68a46158e3563f5a04243e820c817c51791990445b0ff87
+ source = https://github.com/kewlfft/ansible-aur/archive/v0.9.1/ansible-aur-0.9.1.tar.gz
+ sha256sums = 29ee274cc2e627b109deefc70984b3fcf617b3d14098cb61069e4b46eba08538
pkgname = ansible-collection-kewlfft-aur
diff --git a/PKGBUILD b/PKGBUILD
index f89e1e9b468c..50c160484d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _repo_name=ansible-aur
_github_url="https://github.com/${_collection_namespace}/${_repo_name}"
pkgname="ansible-collection-${_collection_namespace}-${_collection_name}"
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=2
pkgdesc="Ansible collection that contains an Ansible module to manage packages from the AUR"
arch=("any")
@@ -13,7 +13,7 @@ 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")
-sha256sums=('4e3f51e8e0367b20c68a46158e3563f5a04243e820c817c51791990445b0ff87')
+sha256sums=('29ee274cc2e627b109deefc70984b3fcf617b3d14098cb61069e4b46eba08538')
build() {
cd "${_repo_name}-${pkgver}"