summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormcotocel2021-03-09 16:42:03 +0400
committermcotocel2021-03-09 16:42:03 +0400
commit24f888fa82e34dfc9bf78d2894c50b84d4fe3471 (patch)
tree0ead018414855f70786f46efbf2fa556aab67aa6
parent8715a988218ca64f3e6d6539a94ca1483896e89a (diff)
downloadaur-24f888fa82e34dfc9bf78d2894c50b84d4fe3471.tar.gz
Fixed PKGBUILD errors
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fae6b8f44fbe..72ce7701d04b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ source=("git+https://github.com/mlvzk/discocss")
md5sums=('SKIP')
pkgver() {
- cd "$srcdir/discocss"
+ cd "discocss"
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}