summaryrefslogtreecommitdiff
path: root/community/plan9port/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/plan9port/PKGBUILD')
-rw-r--r--community/plan9port/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/plan9port/PKGBUILD b/community/plan9port/PKGBUILD
index da1c6c968..846bb358d 100644
--- a/community/plan9port/PKGBUILD
+++ b/community/plan9port/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 33385 2010-11-24 11:34:08Z cbrannon $
+# $Id: PKGBUILD 55793 2011-09-20 21:39:14Z cbrannon $
# Contributor: phrakture <aaronmgriffin--gmail--com>
# Contributor: Fazlul Shahriar
# Contributor: Chris Brannon <cmbrannon79@gmail.com>
pkgname=plan9port
-pkgver=20101110
+pkgver=20110920
pkgrel=1
pkgdesc="A port of many programs from Plan 9 to Unix-like operating systems"
arch=('i686' 'x86_64' 'mips64el')
url="http://swtch.com/plan9port/"
license=('custom')
-depends=(xorg-server sh fuse)
+depends=(xorg-server libxt libxext sh fuse)
optdepends=('python2: for the codereview script')
install=plan9.install
source=(http://swtch.com/$pkgname/$pkgname-$pkgver.tgz plan9.sh)
@@ -48,5 +48,5 @@ build()
rm -f $i
done
}
-md5sums=('c9942871a4008ecc297a27e8295fdcf0'
+md5sums=('ce91667f56c0f49849aae9c79a7cb58c'
'9695eb15a247e23140e8a35ff52a5c20')