summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Lima2018-03-19 16:47:47 -0300
committerDaniel Lima2018-03-19 16:47:47 -0300
commit7e905d7d30e699746db1806e6b29f814f51ce2b9 (patch)
tree4ef348265886df5854c89e0ef598b2bd0fea8618 /PKGBUILD
parentebc3b94d3a3ea2e36fb1481a5b586934447b9397 (diff)
downloadaur-7e905d7d30e699746db1806e6b29f814f51ce2b9.tar.gz
fix pkgver in other locales (2)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fa6551ae7e2..563853e52efc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ sha256sums=('SKIP'
pkgver() {
cd $srcdir/samples
- svn info | head -7 | tail -1 | cut -d' ' -f2
+ echo 0.7.r`svn info | head -7 | tail -1 | cut -d' ' -f2`
}
package() {