diff options
author | root <root@rshg054.dnsready.net> | 2012-07-17 00:01:52 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-17 00:01:52 +0000 |
commit | 412d061bfbf23d1e908eed3f8405b1af46fb1ba8 (patch) | |
tree | ee137173c889a2b7279200c20b168f9d9b9fdd64 /community/plan9port | |
parent | 50a1eb604b2d5503a06d56b76347faa581160245 (diff) |
Tue Jul 17 00:01:52 UTC 2012
Diffstat (limited to 'community/plan9port')
-rw-r--r-- | community/plan9port/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/plan9port/PKGBUILD b/community/plan9port/PKGBUILD index 4f2209b66..41ff541a6 100644 --- a/community/plan9port/PKGBUILD +++ b/community/plan9port/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 68148 2012-03-18 18:26:06Z cbrannon $ +# $Id: PKGBUILD 73814 2012-07-15 22:19:23Z cbrannon $ # Contributor: phrakture <aaronmgriffin--gmail--com> # Contributor: Fazlul Shahriar # Contributor: Chris Brannon <cmbrannon79@gmail.com> pkgname=plan9port -pkgver=20120307 +pkgver=20120715 pkgrel=1 pkgdesc="A port of many programs from Plan 9 to Unix-like operating systems" arch=('i686' 'x86_64') @@ -11,6 +11,7 @@ url="http://swtch.com/plan9port/" license=('custom') depends=(xorg-server libxt libxext sh fuse) optdepends=('python2: for the codereview script') +provides=('plan9') install=plan9.install source=(http://swtch.com/$pkgname/$pkgname-$pkgver.tgz plan9.sh) @@ -48,5 +49,5 @@ build() rm -f $i done } -md5sums=('c806d048788b6beb65efd9f5179f1192' +md5sums=('1e0698aa5f652a1a47227be2b25fa8fd' '9695eb15a247e23140e8a35ff52a5c20') |