summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeoTheFox2016-02-24 19:25:08 +0100
committerNeoTheFox2016-02-24 19:25:08 +0100
commit86448d9e8e8817b7513ce8c0abbeaef9a99fa262 (patch)
tree6d8aa98863c4182a62a1bf0b48640720c68a5e28
parentc313abc8cee4fc590b695b22f2a2515972c0f017 (diff)
downloadaur-86448d9e8e8817b7513ce8c0abbeaef9a99fa262.tar.gz
removed pkgver
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65725677233e..da6634862add 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,12 +16,6 @@ source=("$pkgname"::'https://github.com/minad/3delta.git')
# Because the sources are not static, skip Git checksum:
md5sums=('SKIP')
-pkgver() {
- cd "$srcdir/$pkgname"
- # Use the tag of the last commit
- git describe --long | sed -E 's/([^-]*-g)/r\1/;s/-/./g'
-}
-
package() {
cd "$srcdir/$pkgname"
install -Dm755 "3delta" "$pkgdir/usr/bin/3delta"