summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2018-02-16 22:11:25 -0500
committerTed Alff2018-02-16 22:11:25 -0500
commit46bd120f35ee0097aec5d51287fdd4eded9a2e7f (patch)
tree88794fceb356bb45ccbabc48783fd70a573b5b8d /PKGBUILD
parentf806a8333cd0b4976be3de078597dee5a0283ba4 (diff)
downloadaur-46bd120f35ee0097aec5d51287fdd4eded9a2e7f.tar.gz
Remove -gtk3 from pkvger
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b947a66b312b..a6fc8c48cf3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ _pkgname=dockbarx
pkgname="${_pkgname}"-gtk3-git
_branchname='pygi-migration'
epoch=1
-pkgver=0.93+gtk3+0+g089c94b
+pkgver=0.93+0+g089c94b
pkgrel=1
pkgdesc="DockBarX GTK3 port. (Standalone panel and mate applet)"
arch=('i686' 'x86_64')
@@ -41,7 +41,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}"
- git describe --long --tags | sed -r "s/-/+/g"
+ git describe --long --tags | sed -r "s/-gtk3//;s/-/+/g"
}
prepare() {