summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormirandir2021-04-26 17:30:59 +0200
committermirandir2021-04-26 17:30:59 +0200
commit169599e8afe7b4884708f125cfe2444fdb91e9a8 (patch)
tree7cb473c767b6f39d02c1a883c72cadea0a798aab
parent3f41ff94c335769006b426ccd631662b440009be (diff)
downloadaur-rhythmbox-plugin-alternative-toolbar-git.tar.gz
pkgver() updated
-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() {