summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD27
1 files changed, 14 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 300056d84be6..737d829f9fe5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,24 +7,25 @@
_pkgbase='rxvt-unicode'
pkgname='rxvt-unicode-fontspacing-noinc-vteclear-secondarywheel'
-pkgver=9.21
-pkgrel=3
+pkgver=9.22
+pkgrel=1
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'
license=('GPL')
depends=('rxvt-unicode-terminfo' 'libxft' 'perl' 'startup-notification')
optdepends=('gtk2-perl: to use the urxvt-tabbed')
-source=("http://dist.schmorp.de/rxvt-unicode/$_pkgbase-$pkgver.tar.bz2"
- 'urxvt.desktop'
- 'urxvtc.desktop'
- 'urxvt-tabbed.desktop'
- 'font-width-fix.patch'
- 'line-spacing-fix.patch'
- 'noinc.diff'
- 'popup-menu-hang.diff'
- 'clear.patch'
- 'secondaryWheel.patch'
+source=(
+ "http://dist.schmorp.de/rxvt-unicode/$_pkgbase-$pkgver.tar.bz2"
+ 'urxvt.desktop'
+ 'urxvtc.desktop'
+ 'urxvt-tabbed.desktop'
+ 'font-width-fix.patch'
+ 'line-spacing-fix.patch'
+ 'noinc.diff'
+ 'popup-menu-hang.diff'
+ 'clear.patch'
+ 'secondaryWheel.patch'
)
provides=('rxvt-unicode')
conflicts=('rxvt-unicode')
@@ -93,7 +94,7 @@ package() {
install -Dm 755 doc/rxvt-tabbed "$pkgdir/usr/bin/urxvt-tabbed"
}
-md5sums=('a9a06c608258c5fd247c3725d8f44582'
+md5sums=('93782dec27494eb079467dacf6e48185'
'fec94dc986fa37ec380079d81de3e0b2'
'fac55f0a8404c86dad3e702146762332'
'8a5599197568c63720e282b9722a7990'