summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmo Toijala2015-09-26 10:27:58 +0200
committerIsmo Toijala2015-09-26 10:27:58 +0200
commitffb2a2200bb175da267f67947f31c8599c4f7dfc (patch)
tree1c3af1f563fa86579ca2e9f1e0a6361cdecd01ce
parent0072d05711bb70f139660be0d631a3c5b13a7eaf (diff)
downloadaur-ffb2a2200bb175da267f67947f31c8599c4f7dfc.tar.gz
sync with extra
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3089a633150..3316c8da2c01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 4.2.1
-# Thu Jul 2 07:41:24 UTC 2015
+# Sat Sep 26 08:24:55 UTC 2015
pkgbase = rxvt-unicode-fontspacing-noinc-vteclear-secondarywheel
pkgdesc = Unicode enabled rxvt-clone terminal emulator (urxvt) with fixed font spacing, no increment resizing, clear patched to behave like VTEs (keep all lines) and secondaryWheel.
pkgver = 9.21
- 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 0c935a34c3b4..300056d84be6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgbase='rxvt-unicode'
pkgname='rxvt-unicode-fontspacing-noinc-vteclear-secondarywheel'
pkgver=9.21
-pkgrel=2
+pkgrel=3
pkgdesc='Unicode enabled rxvt-clone terminal emulator (urxvt) with fixed font spacing, no increment resizing, clear patched to behave like VTEs (keep all lines) and secondaryWheel.'
arch=('i686' 'x86_64')
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
@@ -42,9 +42,9 @@ prepare() {
build() {
cd $_pkgbase-$pkgver
# we disable smart-resize (FS#34807)
+ # do not specify --with-terminfo (FS#46424)
./configure \
--prefix=/usr \
- --with-terminfo=/usr/share/terminfo \
--enable-256-color \
--enable-combining \
--enable-fading \