summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Elkouby2016-03-28 21:31:08 +0300
committerDan Elkouby2016-03-28 21:31:08 +0300
commit8dd9ce7c4684ae63bec32ea24e507e2ac1ab1621 (patch)
tree377997115e0971e7094e886a1fbdd7ec345f66a1
parent9cc93a359a1380623a57982ce1f7dca9da28ce08 (diff)
downloadaur-8dd9ce7c4684ae63bec32ea24e507e2ac1ab1621.tar.gz
Enable frills
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f646b1d8bf9..e5a3e8d6c7d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jan 29 21:35:55 UTC 2016
+# Mon Mar 28 18:30:59 UTC 2016
pkgbase = rxvt-unicode-intensityfix
- pkgdesc = A unicode enabled rxvt-clone terminal emulator (urxvt), patched to avoid intense colors on 256 color escape codes
+ pkgdesc = A unicode enabled rxvt-clone terminal emulator (urxvt), patched to avoid intense colors on 256 color escape codes and to fix font spacing
pkgver = 9.22
- pkgrel = 2
+ pkgrel = 3
url = http://software.schmorp.de/pkg/rxvt-unicode.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2349bddd83b6..9920a0670c09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=rxvt-unicode
pkgname=rxvt-unicode-intensityfix
pkgver=9.22
-pkgrel=2
+pkgrel=3
pkgdesc='A unicode enabled rxvt-clone terminal emulator (urxvt), patched to avoid intense colors on 256 color escape codes and to fix font spacing'
arch=('i686' 'x86_64')
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
@@ -70,7 +70,7 @@ build() {
--enable-xim \
--enable-xterm-scroll \
--disable-pixbuf \
- --disable-frills
+ --enable-frills
make
}