summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris P2015-09-27 01:08:59 +0200
committerChris P2015-09-27 01:08:59 +0200
commita860c609660865804dd88b9ce0b19b88f26a5b54 (patch)
tree811e0114fd85579da5e6f9ce23dc888cc6def707
parenta8de02fd419ab5f763acdc24f9fec7191aa9c9a0 (diff)
downloadaur-a860c609660865804dd88b9ce0b19b88f26a5b54.tar.gz
Make sure to get the git description from master.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c652c3b59db1..402a7d36629e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rmlint-git
pkgdesc = Tool to remove duplicates and other lint, being much faster than fdupes
- pkgver = 2.2.0.r524
+ pkgver = 2.2.0.r33
pkgrel = 1
url = https://github.com/sahib/rmlint
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index dadd8ce6ba3a..d77872a25db8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=rmlint
pkgname=${_pkgname}-git
-pkgver=2.2.0.r524
+pkgver=2.2.0.r33
pkgrel=1
pkgdesc="Tool to remove duplicates and other lint, being much faster than fdupes"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ md5sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname}"
- git describe --long --abbrev=6 | sed 's/^v//;s/-g[0-9a-z]\+$//g;s/-/.r/g'
+ git describe master --long --abbrev=6 | sed 's/^v//;s/-g[0-9a-z]\+$//g;s/-/.r/g'
}
build() {