summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Bruhin2016-07-01 09:39:21 +0200
committerFlorian Bruhin2016-07-01 09:39:21 +0200
commit3e2422197faeb25e683e3daf070a76f804fbfb7d (patch)
treedd62cc97b6a7861af7fabfc8700762afa5bc51cf /PKGBUILD
parentbd1fb8e515f826686e00c15796f6fdb85d15c784 (diff)
downloadaur-3e2422197faeb25e683e3daf070a76f804fbfb7d.tar.gz
Remove --disable-pixbuf
According to Ram-Z that optionally uses pixbuf if it's available, and doesn't if it's not.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 133dd2380186..70a6159c27f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgname=rxvt-unicode
pkgname=rxvt-unicode-patched
pkgver=9.22
-pkgrel=5
+pkgrel=6
pkgdesc='Unicode enabled rxvt-clone terminal emulator (urxvt) with fixed font spacing'
arch=('i686' 'x86_64')
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
@@ -74,7 +74,6 @@ build() {
--enable-xft \
--enable-xim \
--enable-xterm-scroll \
- --disable-pixbuf \
--disable-frills
make
}