summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilvio Knizek2022-03-26 20:38:12 +0100
committerSilvio Knizek2022-03-26 20:38:12 +0100
commitd6d42c05ef094c91b1dd8e34eb15d811b0ad9d95 (patch)
treec026ac66bde0dbabca32da11c1deb0a43cc12c25
parent26062dc90448d44629e2a717a7a83a1d7c18eae2 (diff)
downloadaur-d6d42c05ef094c91b1dd8e34eb15d811b0ad9d95.tar.gz
update pkgver() to follow libxfce4ui-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e94bab7822c..fac901a58979 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfconf-git
pkgdesc = A simple client-server configuration storage and query system - git checkout
- pkgver = 4.16.0.r102.gb836868
+ pkgver = 4.16.0+102+gb836868
pkgrel = 1
url = http://www.xfce.org/
arch = i686
@@ -16,7 +16,7 @@ pkgbase = xfconf-git
makedepends = chrpath
depends = libxfce4util
depends = dbus-glib
- provides = xfconf=4.16.0.r102.gb836868
+ provides = xfconf=4.16.0+102+gb836868
conflicts = xfconf
conflicts = terminal
replaces = xfconf
diff --git a/PKGBUILD b/PKGBUILD
index 7744ec9243e7..a1b6af7c2827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Silvio Knizek <killermoehre@gmx.net>
_pkgname=xfconf
pkgname="${_pkgname}-git"
-pkgver=4.16.0.r102.gb836868
+pkgver=4.16.0+102+gb836868
pkgrel=1
pkgdesc="A simple client-server configuration storage and query system - git checkout"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ source=("git+https://gitlab.xfce.org/xfce/${_pkgname}.git")
sha256sums=('SKIP')
pkgver() {
cd "$srcdir/$_pkgname"
- git describe --long | sed -r "s/^${_pkgname}-//;s/([^-]*-g)/r\1/;s/-/./g"
+ git describe --long --tags | sed -r "s:^${_pkgname}.::;s/^v//;s/^xfce-//;s/-/+/g"
}
build() {