summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba0044f5971d..66915042f1e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=st-sane-defaults
_pkgname=st
pkgver=0.8.2
-pkgrel=5
+pkgrel=6
pkgdesc='A simple terminal emulator, with configurations fit for the average user.'
arch=('i686' 'x86_64' 'armv7h')
license=('MIT')
@@ -24,6 +24,7 @@ prepare() {
build() {
cd "$srcdir/$_pkgname-$pkgver"
+ sed -i '/tic /d' Makefile
make
}