summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe SERAPHIN2024-02-28 10:02:13 +0100
committerPhilippe SERAPHIN2024-02-28 10:02:13 +0100
commitf0fad154cd50a474b74876d34dfc541469b07206 (patch)
treec2d27479c3c6526db4ace767b1602c75ba66b8b5
parentac3de5791cad52aa6821410aa9efba9ad39748c3 (diff)
downloadaur-f0fad154cd50a474b74876d34dfc541469b07206.tar.gz
Version 0.0.16
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa3f011b7787..ecb6ca5573a1 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.15
+ pkgver = 0.0.16
pkgrel = 1
url = https://salsa.debian.org/openstack-team/third-party/auxilium
arch = any
@@ -8,6 +8,6 @@ pkgbase = auxilium-git
makedepends = git
provides = auxilium
conflicts = auxilium
- source = auxilium::git+https://salsa.debian.org/openstack-team/third-party/auxilium.git
+ source = auxilium::git+https://salsa.debian.org/openstack-team/third-party/auxilium.git#commit=e32d122ecf51a46b6271b3583492086ace4ca8c4"
pkgname = auxilium-git
diff --git a/PKGBUILD b/PKGBUILD
index 33b9f659abe1..8400c8df6e5b 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.15
+pkgver=0.0.16
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=26cbb52153c25a78d6d1c255501ea85410517c94")
+source=("${_pkgname}::git+https://salsa.debian.org/openstack-team/third-party/${_pkgname}.git#commit=e32d122ecf51a46b6271b3583492086ace4ca8c4")
md5sums=('SKIP')
build()