diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-09-22 12:03:57 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-09-22 12:03:57 -0300 |
commit | 0830ec32f40473e1a83ec7e12be11daabf6d2762 (patch) | |
tree | d2929aa2fd3c63af741f9862575025734f785aba /community/plan9port/PKGBUILD | |
parent | c02976460621a16b172e3e33432d5790f3ed6117 (diff) | |
parent | b7f839da11975b9f2a964a82d591b7a8628f0931 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/pppd-ldap/PKGBUILD
gnome-unstable/at-spi2-atk/PKGBUILD
gnome-unstable/at-spi2-core/PKGBUILD
gnome-unstable/atk/PKGBUILD
gnome-unstable/folks/PKGBUILD
gnome-unstable/gnome-bluetooth/PKGBUILD
gnome-unstable/gnome-contacts/PKGBUILD
gnome-unstable/gnome-control-center/PKGBUILD
gnome-unstable/libwebkit/PKGBUILD
gnome-unstable/nautilus/PKGBUILD
gnome-unstable/totem/PKGBUILD
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 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') |