summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD16
2 files changed, 2 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e2789e38b36..ea743974f847 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Jun 9 08:09:23 UTC 2018
pkgbase = xiate-git
pkgdesc = xiate is a terminal emulator
- pkgver = 18.05.3.g4a53068
+ pkgver = 20.07.32.gc9e4342
pkgrel = 1
url = https://uninformativ.de/git/xiate
arch = i686
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