summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--].SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f2cf21a581b..7240f0624e0b 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rhythmbox-plugin-alternative-toolbar-git
pkgdesc = Replace the Rhythmbox large toolbar with a Client-Side Decorated or Compact Toolbar which can be hidden
- pkgver = 0.r296.3fe2958
+ pkgver = v0.17.3.r147.ge712804
pkgrel = 1
url = https://github.com/fossfreedom/alternative-toolbar
install = rhythmbox-plugin-alternative-toolbar.install
diff --git a/PKGBUILD b/PKGBUILD
index 565532b23270..f1a3c4ada948 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Old maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=rhythmbox-plugin-alternative-toolbar-git
-pkgver=0.r296.3fe2958
+pkgver=v0.17.3.r147.ge712804
pkgrel=1
pkgdesc='Replace the Rhythmbox large toolbar with a Client-Side Decorated or Compact Toolbar which can be hidden'
url='https://github.com/fossfreedom/alternative-toolbar'
@@ -19,7 +19,7 @@ sha256sums=('SKIP')
pkgver() {
cd rhythmbox-plugin-alternative-toolbar
- echo "0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+ git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
package() {