summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlad Wenter2016-04-06 18:46:58 +0200
committerAlad Wenter2016-04-06 18:46:58 +0200
commit2a8e5d4007775b8a00821df99249484664618f02 (patch)
tree435a74df78331b86eed81d5b42f08037ff372f5a /PKGBUILD
parent12fc60217738b8139dae0b3e8006a9d6aebda197 (diff)
downloadaur-2a8e5d4007775b8a00821df99249484664618f02.tar.gz
fix pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad8430cc013f..cab0893d8de7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Andrew Simmons <andrew.simmons@gmail.com>
pkgname=thunar-git
-pkgver=thunar.1.6.10.r118.g82c6060
+pkgver=1.6.10.r118.g82c6060
pkgrel=1
pkgdesc='file manager for xfce'
arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@ sha256sums=('SKIP')
pkgver() {
cd thunar
- git describe --long | sed -e 's/\([^-]*-g\)/r\1/' -e 's/-/./g'
+ git describe --long | sed -e 's/^thunar.//' -e 's/\([^-]*-g\)/r\1/' -e 's/-/./g'
}
build() {