summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Elkouby2018-05-07 13:32:13 +0300
committerDan Elkouby2018-05-07 13:32:15 +0300
commitcf0a712f7c51669089228fcca23341a945aec19f (patch)
tree25ebb1217da4609058f7198cca541f5c94dee8d1
parent7668226a1dbf19adffc98654a425e13c78dcca09 (diff)
downloadaur-cf0a712f7c51669089228fcca23341a945aec19f.tar.gz
Re-enable inclusion of codesets
Moon runes broke
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ce6b5cc810c..bdc2576af870 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=rxvt-unicode
pkgname=rxvt-unicode-intensityfix
pkgver=9.22
-pkgrel=10
+pkgrel=11
pkgdesc='A unicode enabled rxvt-clone terminal emulator (urxvt), with various fixes'
arch=('i686' 'x86_64')
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
@@ -74,8 +74,7 @@ build() {
--disable-xim \
--disable-xterm-scroll \
--enable-pixbuf \
- --enable-frills \
- --without-codesets
+ --enable-frills
make
}