diff options
Diffstat (limited to 'community/plan9port')
-rw-r--r-- | community/plan9port/PKGBUILD | 8 | ||||
-rw-r--r-- | community/plan9port/plan9.install | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/community/plan9port/PKGBUILD b/community/plan9port/PKGBUILD index 590a0d6cc..b50277f48 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') 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') diff --git a/community/plan9port/plan9.install b/community/plan9port/plan9.install index 23d047c8c..63b8dd0da 100644 --- a/community/plan9port/plan9.install +++ b/community/plan9port/plan9.install @@ -3,7 +3,7 @@ pre_install() { } post_install() { - echo "==> Decompressing man plan9 man pages" + echo "==> Decompressing plan9 man pages" for i in `find /opt/plan9/man -type f`; do if [ ${i##*.} = "gz" ]; then # echo " ${i%%.*}..." |