summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7487deac3ecc..7b1cbb0fb9e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 4.2.1
-# Wed Jan 27 07:54:06 UTC 2016
pkgbase = rxvt-unicode-fontspacing-noinc-vteclear-secondarywheel
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.
- pkgver = 9.22
+ pkgver = 9.26
pkgrel = 1
url = http://software.schmorp.de/pkg/rxvt-unicode.html
arch = i686
@@ -10,12 +8,14 @@ pkgbase = rxvt-unicode-fontspacing-noinc-vteclear-secondarywheel
license = GPL
depends = rxvt-unicode-terminfo
depends = libxft
+ depends = libxt
depends = perl
depends = startup-notification
+ depends = libnsl
optdepends = gtk2-perl: to use the urxvt-tabbed
provides = rxvt-unicode
conflicts = rxvt-unicode
- source = http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-9.22.tar.bz2
+ source = http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-9.26.tar.bz2
source = urxvt.desktop
source = urxvtc.desktop
source = urxvt-tabbed.desktop
@@ -25,7 +25,7 @@ pkgbase = rxvt-unicode-fontspacing-noinc-vteclear-secondarywheel
source = popup-menu-hang.diff
source = clear.patch
source = secondaryWheel.patch
- md5sums = 93782dec27494eb079467dacf6e48185
+ md5sums = 18dd0b15e7f67478bf0a88b0fc5e8cd4
md5sums = fec94dc986fa37ec380079d81de3e0b2
md5sums = fac55f0a8404c86dad3e702146762332
md5sums = 8a5599197568c63720e282b9722a7990
diff --git a/PKGBUILD b/PKGBUILD
index 737d829f9fe5..2dadc7fcff9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
_pkgbase='rxvt-unicode'
pkgname='rxvt-unicode-fontspacing-noinc-vteclear-secondarywheel'
-pkgver=9.22
+pkgver=9.26
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')
+depends=('rxvt-unicode-terminfo' 'libxft' 'libxt' 'perl' 'startup-notification' 'libnsl')
optdepends=('gtk2-perl: to use the urxvt-tabbed')
source=(
"http://dist.schmorp.de/rxvt-unicode/$_pkgbase-$pkgver.tar.bz2"
@@ -94,7 +94,7 @@ package() {
install -Dm 755 doc/rxvt-tabbed "$pkgdir/usr/bin/urxvt-tabbed"
}
-md5sums=('93782dec27494eb079467dacf6e48185'
+md5sums=('18dd0b15e7f67478bf0a88b0fc5e8cd4'
'fec94dc986fa37ec380079d81de3e0b2'
'fac55f0a8404c86dad3e702146762332'
'8a5599197568c63720e282b9722a7990'