summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndré Kugland2023-08-02 02:13:24 -0300
committerAndré Kugland2023-08-02 02:13:24 -0300
commit968f51b98eb83b5d3c6af24a4f7b6412bbc932d3 (patch)
tree989651c1b41a6fd030ee93ff24678f87f8b34069 /PKGBUILD
parentf4c6150b4f82e27708df14c6e6cedaeacb803892 (diff)
downloadaur-rxvt-unicode-patched.tar.gz
added dep rxvt-unicode-terminfo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)