aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2016-05-12 00:07:53 +0200
committerFlorian Bruhin2016-05-12 00:07:53 +0200
commitd171f4a7819f9db179c85ecc6cc793935f78e74a (patch)
tree556dc4d327fa268c28763282fbff790f3537650e
parenta7241b714da18259621a8d404817ac60f8849ee8 (diff)
downloadaur-d171f4a7819f9db179c85ecc6cc793935f78e74a.tar.gz
Disable enable-wide-glyphs.patch
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 739cca85683f..51a0c239e505 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgname=rxvt-unicode
pkgname=rxvt-unicode-patched
pkgver=9.22
-pkgrel=3
+pkgrel=4
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'
@@ -40,7 +40,7 @@ prepare() {
patch -p0 -i ../font-width-fix.patch
patch -p0 -i ../line-spacing-fix.patch
patch -p0 -i ../sgr-mouse-mode.patch
- patch -p1 -i ../enable-wide-glyphs.patch
+ # patch -p1 -i ../enable-wide-glyphs.patch
}
build() {