summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigorii Horos2016-06-08 01:45:13 +0300
committerGrigorii Horos2016-06-08 01:45:13 +0300
commit519be28d886eeab5ec4cdd4b8b6d82c217643840 (patch)
tree4df58267c18a0f28c8f3f0e6304943f3edf00065
parent594d0da2cf5548bf9ba1fcbb0d2bf099de6f87d6 (diff)
downloadaur-519be28d886eeab5ec4cdd4b8b6d82c217643840.tar.gz
Oops...
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1e6f7b29641..f34d5a139ffd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jun 7 22:41:26 UTC 2016
+# Tue Jun 7 22:45:09 UTC 2016
pkgbase = feedreader-git
pkgdesc = FeedReader is a modern desktop application designed to complement existing web-based RSS accounts.
pkgver = 1.6
diff --git a/PKGBUILD b/PKGBUILD
index 1a9d478d30d9..30c14c594d5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$srcdir/FeedReader"
# cutting off 'foo-' prefix that presents in the git tag
- git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ printf $(git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g')
}