aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8c3b55e79b6..84a4a5d175ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,13 @@ pkgdesc='Unicode enabled rxvt-clone terminal emulator (urxvt) with fixed font sp
arch=('i686' 'x86_64')
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
license=('GPL')
-depends=('libxft' 'perl' 'startup-notification' 'rxvt-unicode-terminfo')
+depends=(
+ 'libxft'
+ 'libxt'
+ 'perl'
+ 'rxvt-unicode-terminfo'
+ 'startup-notification'
+)
makedepends=('cvs')
optdepends=('gtk2-perl: to use the urxvt-tabbed')
provides=(rxvt-unicode)