summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1682f0eac7cc..326a329ee2cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=st-anyway-git
_pkgname=st
-pkgver=0.8.1.6.gdc3b5ba
+pkgver=0.8.1.7.g29f341d
pkgrel=1
pkgdesc='Simple virtual terminal emulator for X - solarized patch, inconsolata font, tmux compat'
url='http://st.suckless.org/'
@@ -45,7 +45,7 @@ prepare() {
sed \
-e '/static char \*font/s/= .*/= "InconsolataGo Nerd Font Mono:size=11";/' \
- -e '/char worddelimiters/s/= .*/= " '"'"'`\\\"()[]{}<>|│";/' \
+ -e '/char \*worddelimiters/s/= .*/= " '"'"'`\\\"()[]{}<>|│";/' \
-e 's/TERMMOD, XK_Y,/ShiftMask, XK_Insert,/' \
-i config.def.h
sed \