summaryrefslogtreecommitdiff
path: root/community/rxvt-unicode
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-31 01:12:24 -0700
committerroot <root@rshg054.dnsready.net>2013-10-31 01:12:24 -0700
commitb2a6f1b28b7fa31088cab9a90b0f5ab97948534d (patch)
treeafa7b467e44b704b69c66862852a8c3118b8e308 /community/rxvt-unicode
parent7c151ac5589d3dbef5972f69a62b847ecf565bfa (diff)
Thu Oct 31 01:09:50 PDT 2013
Diffstat (limited to 'community/rxvt-unicode')
-rw-r--r--community/rxvt-unicode/01-fix-tabber-perl-ext.patch12
-rw-r--r--community/rxvt-unicode/PKGBUILD16
2 files changed, 5 insertions, 23 deletions
diff --git a/community/rxvt-unicode/01-fix-tabber-perl-ext.patch b/community/rxvt-unicode/01-fix-tabber-perl-ext.patch
deleted file mode 100644
index adb140bcc..000000000
--- a/community/rxvt-unicode/01-fix-tabber-perl-ext.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-# https://bugs.archlinux.org/task/35420
---- a/src/perl/tabbed 2012-09-12 17:32:04.000000000 +0900
-+++ b/src/perl/tabbed 2013-05-24 13:04:37.000000000 +0900
-@@ -402,7 +402,7 @@
- # simply proxies all interesting calls back to the tabbed class.
-
- {
-- for my $hook qw(start destroy key_press property_notify) {
-+ for my $hook (qw(start destroy key_press property_notify)) {
- eval qq{
- sub on_$hook {
- my \$parent = \$_[0]{term}{parent}
diff --git a/community/rxvt-unicode/PKGBUILD b/community/rxvt-unicode/PKGBUILD
index 10c6751aa..227014973 100644
--- a/community/rxvt-unicode/PKGBUILD
+++ b/community/rxvt-unicode/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 93568 2013-07-05 17:54:59Z seblu $
+# $Id: PKGBUILD 99594 2013-10-30 11:27:15Z seblu $
# Maintainer: Sébastien Luttringer
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: tobias <tobias@archlinux.org>
@@ -6,8 +6,8 @@
pkgbase=rxvt-unicode
pkgname=('rxvt-unicode' 'rxvt-unicode-terminfo')
-pkgver=9.18
-pkgrel=7
+pkgver=9.19
+pkgrel=1
arch=('i686' 'x86_64')
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
license=('GPL')
@@ -17,17 +17,11 @@ source=(
'urxvt.desktop'
'urxvtc.desktop'
'urxvt-tabbed.desktop'
- '01-fix-tabber-perl-ext.patch'
)
-md5sums=('963ccc748fe5bca925e7b92c0404d68b'
+md5sums=('45ad197eb9b5a840c0f65e3a8131921c'
'fec94dc986fa37ec380079d81de3e0b2'
'fac55f0a8404c86dad3e702146762332'
- '8a5599197568c63720e282b9722a7990'
- '0c26ae7022a128e68981577785358b63')
-
-prepare() {
- patch -p1 -d $pkgname-$pkgver < 01-fix-tabber-perl-ext.patch
-}
+ '8a5599197568c63720e282b9722a7990')
build() {
cd $pkgname-$pkgver