summaryrefslogtreecommitdiff
path: root/community/rxvt-unicode/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-02 00:04:05 -0800
committerroot <root@rshg054.dnsready.net>2013-03-02 00:04:05 -0800
commit98aa0004e23472ee63753fded33cd55d8b942f36 (patch)
tree1299d9cfb8bcd6bd295a1a279b4ad322b4e9133a /community/rxvt-unicode/PKGBUILD
parent5ae40a63ab4c6838234db5a9da1e99d8bc27875d (diff)
Sat Mar 2 00:04:03 PST 2013
Diffstat (limited to 'community/rxvt-unicode/PKGBUILD')
-rw-r--r--community/rxvt-unicode/PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/community/rxvt-unicode/PKGBUILD b/community/rxvt-unicode/PKGBUILD
index 7eb95367e..73db74527 100644
--- a/community/rxvt-unicode/PKGBUILD
+++ b/community/rxvt-unicode/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 85229 2013-02-27 20:00:33Z andrea $
-# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
+# $Id: PKGBUILD 85462 2013-03-01 21:26:53Z seblu $
+# Maintainer: Sébastien Luttringer
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: tobias <tobias@archlinux.org>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
pkgname=rxvt-unicode
-pkgver=9.16
-pkgrel=2
+pkgver=9.17
+pkgrel=1
pkgdesc='An unicode enabled rxvt-clone terminal emulator (urxvt)'
arch=('i686' 'x86_64')
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
@@ -18,17 +18,14 @@ source=(
'urxvt.desktop'
'urxvtc.desktop'
'urxvt-tabbed.desktop'
- '01-fix-screen-sel.patch'
)
-md5sums=('2e2942e8367624affebc0568e3671b66'
+md5sums=('1270432bdc7ce17dbb07d41a607081e0'
'c2b828d37d06cbf4c32937a2959f2fc2'
'10e80aebaef042fb63d2585440dc3637'
- '830abe6f31fb926a1bcd2650731be15e'
- '266e027bd4a998073f17d548d288d414')
+ '830abe6f31fb926a1bcd2650731be15e')
build() {
cd $pkgname-$pkgver
- patch -p1 -i "$srcdir/01-fix-screen-sel.patch"
./configure \
--prefix=/usr \
--with-terminfo=/usr/share/terminfo \