summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acca723cecaa..c8abe772ce2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,13 +17,13 @@ options=()
install=
source=('shellinabox@.service')
noextract=()
-md5sums=('f67bac96ac703c7e45881d38df21dd27') #generate with 'makepkg -g'
+md5sums=('9778d64973cd9dd7cf2225cd9af0cd09') #generate with 'makepkg -g'
_gitroot=$url
_gitname=shellinabox
pkgver() {
- cd "$pkgname"
+ #cd "$pkgname"
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}