aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Bruhin2016-01-28 08:45:02 +0100
committerFlorian Bruhin2016-01-28 08:45:02 +0100
commit6e3e8e093eb5920792507f7a2ee4cfa912239c28 (patch)
treefb5f304c86a121f03afbf73e954e91f2bd7ea4fc /PKGBUILD
parentc16d7d01e8d5e855b04810e9b360b136088c5aea (diff)
downloadaur-6e3e8e093eb5920792507f7a2ee4cfa912239c28.tar.gz
Update to 9.22, add SGR patch.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c05dbb557c7..26065c6e248b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
_pkgname=rxvt-unicode
pkgname=rxvt-unicode-patched
-pkgver=9.21
-pkgrel=3
+pkgver=9.22
+pkgrel=1
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'
@@ -22,18 +22,21 @@ source=(http://dist.schmorp.de/rxvt-unicode/$_pkgname-$pkgver.tar.bz2
'urxvtc.desktop'
'urxvt-tabbed.desktop'
'font-width-fix.patch'
- 'line-spacing-fix.patch')
-sha1sums=('33297e5303e45d27e07f40060d3655ae019eefdc'
+ 'line-spacing-fix.patch'
+ 'https://gist.githubusercontent.com/alexoj/df5bae7a4825cb596581/raw/75a1e75c2ae1ec5c0db68a29f8a6821e9e3d87a5/sgr-mouse-mode.patch')
+sha1sums=('e575b869782fbfed955f84f48b204ec888d91ba1'
'b5a4507f85ebb7bac589db2e07d9bc40106720d9'
'62c4ffecfce6967def394dd4d418b68652372ea2'
'cd204d608d114d39c80331efe0af0231ad6b7e18'
'01ee8f212add79a158dcd4ed78d0ea1324bdc59b'
- 'b7fde1c46af45e831828738874f14b092b1e795f')
+ 'b7fde1c46af45e831828738874f14b092b1e795f'
+ 'dfbc8729c545105eff21e20ef3a4a3841a68a192')
build() {
cd $_pkgname-$pkgver
patch -p0 -i ../font-width-fix.patch
patch -p0 -i ../line-spacing-fix.patch
+ patch -p0 -i ../sgr-mouse-mode.patch
./configure \
--prefix=/usr \
--with-terminfo=/usr/share/terminfo \