diff options
Diffstat (limited to 'community/plan9port/PKGBUILD')
-rw-r--r-- | community/plan9port/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/plan9port/PKGBUILD b/community/plan9port/PKGBUILD index fc2519b76..517b59b24 100644 --- a/community/plan9port/PKGBUILD +++ b/community/plan9port/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 98017 2013-10-03 19:11:32Z arodseth $ +# $Id: PKGBUILD 99408 2013-10-28 11:45:43Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: phrakture <aaronmgriffin--gmail--com> # Contributor: Fazlul Shahriar @@ -6,16 +6,16 @@ pkgname=plan9port pkgver=20130927 -pkgrel=2 +pkgrel=3 pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems' arch=('x86_64' 'i686' 'mips64el') url='http://swtch.com/plan9port/' license=('custom') -depends=('xorg-server' 'libxt' 'libxext' 'sh' 'fuse') +depends=('xorg-server' 'libxt' 'libxext' 'fuse') optdepends=('python2: for the codereview script') provides=('plan9') install='plan9.install' -options=('!zipman') +options=('!zipman' 'staticlibs') source=("http://swtch.com/$pkgname/$pkgname-$pkgver.tgz" 'plan9.sh') sha256sums=('580927688ae2df295bf7f78d0ba19588104c6b0403558ffa3cd9ed0b7b110542' |