summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2018-02-16 22:11:25 -0500
committerTed Alff2018-02-16 22:11:25 -0500
commit46bd120f35ee0097aec5d51287fdd4eded9a2e7f (patch)
tree88794fceb356bb45ccbabc48783fd70a573b5b8d
parentf806a8333cd0b4976be3de078597dee5a0283ba4 (diff)
downloadaur-46bd120f35ee0097aec5d51287fdd4eded9a2e7f.tar.gz
Remove -gtk3 from pkvger
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 484a3153d290..a0ca876de355 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 17 03:08:17 UTC 2018
+# Sat Feb 17 03:10:57 UTC 2018
pkgbase = dockbarx-gtk3-git
pkgdesc = DockBarX GTK3 port. (Standalone panel and mate applet)
- pkgver = 0.93+gtk3+0+g089c94b
+ pkgver = 0.93+0+g089c94b
pkgrel = 1
epoch = 1
url = https://github.com/M7S/dockbarx
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() {