summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe SERAPHIN2024-02-20 09:19:43 +0100
committerPhilippe SERAPHIN2024-02-20 09:19:43 +0100
commit0e67c1cd57ac4340b1714222767dbaea98d3c57b (patch)
treedda9216528579c5845b309434f4fabbbc22b9f42
parent7fe2e3701af17e036f58c89a193decb7989cb3d2 (diff)
downloadaur-0e67c1cd57ac4340b1714222767dbaea98d3c57b.tar.gz
Version 0.0.12
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c5a5d046db7..3a0885524c9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = auxilium-git
pkgdesc = Tool for parse args in many shell (bash, ksh,zsh)
- pkgver = 0.0.11
+ pkgver = 0.0.12
pkgrel = 1
url = https://salsa.debian.org/openstack-team/third-party/auxilium
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 0c47745e079a..a423d53aa039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philippe.seraphin <philippe(dot)seraphin(at)infomaniak(dot)com>
_pkgname=auxilium
pkgname=$_pkgname-git
-pkgver=0.0.11
+pkgver=0.0.12
pkgrel=1
pkgdesc="Tool for parse args in many shell (bash, ksh,zsh)"
arch=(any)
@@ -17,7 +17,7 @@ conflicts=("$_pkgname")
replaces=()
backup=()
install=
-source=("${_pkgname}::git+https://salsa.debian.org/openstack-team/third-party/${_pkgname}.git#commit=335333aef2f11e70a8b90118144bc757a79e747c")
+source=("${_pkgname}::git+https://salsa.debian.org/openstack-team/third-party/${_pkgname}.git#commit=65860b8f5a0caea7137e10c90c7c8e44c65f2491")
md5sums=('SKIP')
build()