[arch-commits] Commit in rxvt-unicode/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Fri Sep 25 23:43:53 UTC 2015


    Date: Saturday, September 26, 2015 @ 01:43:53
  Author: seblu
Revision: 141614

upgpkg: rxvt-unicode 9.21-3

- fix FS#46424

Modified:
  rxvt-unicode/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-25 23:37:18 UTC (rev 141613)
+++ PKGBUILD	2015-09-25 23:43:53 UTC (rev 141614)
@@ -7,7 +7,7 @@
 pkgbase=rxvt-unicode
 pkgname=('rxvt-unicode' 'rxvt-unicode-terminfo')
 pkgver=9.21
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://software.schmorp.de/pkg/rxvt-unicode.html'
 license=('GPL')
@@ -26,9 +26,9 @@
 build() {
   cd $pkgname-$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 \



More information about the arch-commits mailing list