summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2017-06-17 20:19:09 +0200
committerspider-mario2017-06-17 20:19:09 +0200
commit4d80cdd173c3c6f0acb05b48ac72e8092a3b680e (patch)
tree612f347fa4b614e092c55a8e13e580236446a488
parent2264f1feaacb2a1b36abfc6bcd02a960fb515c74 (diff)
downloadaur-4d80cdd173c3c6f0acb05b48ac72e8092a3b680e.tar.gz
This /i is useless
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95b2239ad751..4d52918c6c9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ sha256sums=('SKIP'
pkgver() {
cd vbam
- git describe | perl -pe 'tr/-/./; s/^\D+//i'
+ git describe | perl -pe 'tr/-/./; s/^\D+//'
}
prepare() {