summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lima2018-03-19 16:39:46 -0300
committerDaniel Lima2018-03-19 16:39:46 -0300
commitebc3b94d3a3ea2e36fb1481a5b586934447b9397 (patch)
tree29cdeb6a1727f566329357059fa7e4723e147d32
parent7ac706502ebf73ffd43797d60374040bc8b202b4 (diff)
downloadaur-ebc3b94d3a3ea2e36fb1481a5b586934447b9397.tar.gz
fix pkgver in other locales --YamashitaRen
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61b1b48d8290..ada98350d8d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Sep 8 22:39:56 UTC 2017
+# Mon Mar 19 19:39:12 UTC 2018
pkgbase = ccv-samples
pkgdesc = Samples included in the CCV Library repository
pkgver = 0.7.r1447
diff --git a/PKGBUILD b/PKGBUILD
index d6f1e2485497..5fa6551ae7e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ sha256sums=('SKIP'
pkgver() {
cd $srcdir/samples
- svn info | grep Revision | sed 's/Revision: /0.7.r/'
+ svn info | head -7 | tail -1 | cut -d' ' -f2
}
package() {