summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 1 insertions, 15 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c52d70bf407a..8d31886ee19f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vain <aurmaint1 on host: uninformativ dot de>
_pkgname=xiate
pkgname=$_pkgname-git
-pkgver=18.05.3.g4a53068
+pkgver=20.07.32.gc9e4342
pkgrel=1
pkgdesc="xiate is a terminal emulator"
arch=('i686' 'x86_64')
@@ -19,20 +19,6 @@ pkgver() {
git describe --always | sed 's|-|.|g; s|v||'
}
-prepare() {
- cd "$srcdir/$_pkgname"
-
- # custom config
- echo "$SRCDEST"
- if [ -e "$SRCDEST"/config.h ]
- then
- msg "Using custom config.h"
- cp "$SRCDEST"/config.h .
- else
- cp config.def.h config.h
- fi
-}
-
build() {
cd "$srcdir/$_pkgname"
make