summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Vihrov2020-08-10 18:32:45 +0300
committerAndrey Vihrov2020-08-10 18:32:45 +0300
commit2b73006ac33d6b499225441da53408c3c883af33 (patch)
tree469f7c295c4cfb10c3e268f67d52e52ace0debbb /PKGBUILD
parent0e95ec055470040b59705d6f1dd2a9049b9faf4d (diff)
downloadaur-xfwm4-git.tar.gz
Add workaround for incorrect 4.15.1 tag name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24a0692bb502..15c5dd3c993a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: cute.tec@gmail.com
pkgname=xfwm4-git
-pkgver=4.14.0+169+gb835473b2
+pkgver=4.15.1+1+g6117ce1f4
pkgrel=1
pkgdesc="Xfce window manager (git version)"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ sha256sums=('SKIP')
pkgver() {
cd xfwm4
- git describe --long --match 'xfwm4-*' | sed 's/xfwm4-//;s/-/+/g'
+ git describe --long --match 'xfwm4-*' | sed 's/xfwm4-//;s/^\([[:digit:]]\)-/\1./;s/-/+/g'
}
build() {