summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 135b6ffde44f..9ab5267111d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rxvt-unicode-patched
pkgdesc = Unicode enabled rxvt-clone terminal emulator (urxvt) with fixed font spacing
pkgver = 9.31
- pkgrel = 2
+ pkgrel = 3
url = http://software.schmorp.de/pkg/rxvt-unicode.html
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = rxvt-unicode-patched
depends = libxft
depends = perl
depends = startup-notification
+ depends = rxvt-unicode-terminfo
depends = libptytty
optdepends = gtk2-perl: to use the urxvt-tabbed
provides = rxvt-unicode
diff --git a/PKGBUILD b/PKGBUILD
index 7f3a3f54e0f4..07d00e3298f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,12 +11,12 @@
_pkgname=rxvt-unicode
pkgname=rxvt-unicode-patched
pkgver=9.31
-pkgrel=2
+pkgrel=3
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'
license=('GPL')
-depends=('libxft' 'perl' 'startup-notification' 'libptytty')
+depends=('libxft' 'perl' 'startup-notification' 'rxvt-unicode-terminfo' 'libptytty')
optdepends=('gtk2-perl: to use the urxvt-tabbed')
provides=(rxvt-unicode)
conflicts=(rxvt-unicode)