summaryrefslogtreecommitdiff
path: root/community/rxvt/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/rxvt/PKGBUILD')
-rw-r--r--community/rxvt/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/rxvt/PKGBUILD b/community/rxvt/PKGBUILD
index 8ca75017c..420937d91 100644
--- a/community/rxvt/PKGBUILD
+++ b/community/rxvt/PKGBUILD
@@ -1,6 +1,6 @@
-# $Id: PKGBUILD 68943 2012-04-06 10:20:56Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
-# Contributor: Malte Rabenseifer <malte@zearan.de>
+# $Id: PKGBUILD 114520 2014-07-01 18:52:11Z seblu $
+# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
+# Contributor: Malte Rabenseifer <malte@zearan.de>
# Contributor: urist <9362773@gmail.com>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Contributor: Troy Phillips <9362773@gmail.com>
@@ -8,12 +8,12 @@
pkgname=rxvt
pkgver=2.7.10
-pkgrel=6
+pkgrel=7
pkgdesc='A colour vt102 terminal emulator'
arch=('i686' 'x86_64')
url='http://rxvt.sourceforge.net/'
license=('GPL')
-depends=('libx11')
+depends=('glibc' 'libx11' 'libxau' 'libxcb' 'libxdmcp')
makedepends=('libxt')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('302c5c455e64047b02d1ef19ff749141')
@@ -42,4 +42,4 @@ package() {
rmdir "$pkgdir/usr/include" "$pkgdir/usr/lib"
}
-# vim:set ts=2 sw=2 ft=sh et:
+# vim:set ts=2 sw=2 et: