summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormortzu2023-07-10 16:27:20 +0200
committermortzu2023-07-10 16:27:20 +0200
commit500453f98359e09c7eed2827597b64fc591f3079 (patch)
treea1b1c6264394f075cadb4a666b76487df48bf3b0
parent4fb4ed2f5747f4f5ea70814b8d4d70cf8f93446a (diff)
downloadaur-500453f98359e09c7eed2827597b64fc591f3079.tar.gz
Updated to 0.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8697d846aa3..8232451bfdfa 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.10.0
+ pkgver = 0.11.1
pkgrel = 1
url = https://galaxy.ansible.com/kewlfft/aur
arch = any
license = GPL3
depends = ansible-core
- source = https://github.com/kewlfft/ansible-aur/archive/v0.10.0/ansible-aur-0.10.0.tar.gz
- sha256sums = cc998ea38814ae1a50fdf57ae325a8359ac4cff223768d56e41038b5fc45ff9c
+ source = https://github.com/kewlfft/ansible-aur/archive/v0.11.1/ansible-aur-0.11.1.tar.gz
+ sha256sums = 99e2b07a18881423b6433f4c08ef4caf4906a11fb7fcde67abd211bf10a9ded7
pkgname = ansible-collection-kewlfft-aur
diff --git a/PKGBUILD b/PKGBUILD
index ee7e2ac51345..bdf39f274b2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _repo_name=ansible-aur
_github_url="https://github.com/${_collection_namespace}/${_repo_name}"
pkgname="ansible-collection-${_collection_namespace}-${_collection_name}"
-pkgver=0.10.0
+pkgver=0.11.1
pkgrel=1
pkgdesc="Ansible collection that contains an Ansible module to manage packages from the AUR"
arch=("any")
@@ -14,7 +14,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=('cc998ea38814ae1a50fdf57ae325a8359ac4cff223768d56e41038b5fc45ff9c')
+sha256sums=('99e2b07a18881423b6433f4c08ef4caf4906a11fb7fcde67abd211bf10a9ded7')
build() {
cd "${_repo_name}-${pkgver}"