summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2021-02-07 16:29:38 -0500
committerVincent Grande2021-02-07 16:29:38 -0500
commit027540664c83bbfc93aadb2996922c656bd346be (patch)
tree672ed9d5fb7c9a4245b01daa5bbbacf6874ee539 /PKGBUILD
parent58a61aefa0d1c8e7798aa0fd65d9ac29e3a38cb1 (diff)
downloadaur-npth-git.tar.gz
try another pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79d08871a2c7..440e1a26edad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ sha256sums=( 'SKIP')
pkgver() {
cd npth
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long | sed 's/^foo-//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {