summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-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"