diff options
author | root <root@rshg054.dnsready.net> | 2013-01-10 00:05:41 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-10 00:05:41 -0800 |
commit | e858862e8c8ed2f14352fe6305f64eae0e66d860 (patch) | |
tree | e20e83566248f43cdc3d877c27a456b1d09aa9e0 /community/oolite/PKGBUILD | |
parent | df5c50dd38ff67fd25c968d9ac33f9a52bc4583c (diff) |
Thu Jan 10 00:05:41 PST 2013
Diffstat (limited to 'community/oolite/PKGBUILD')
-rw-r--r-- | community/oolite/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/oolite/PKGBUILD b/community/oolite/PKGBUILD index 2b8ec7c1f..81ef2c09d 100644 --- a/community/oolite/PKGBUILD +++ b/community/oolite/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 71988 2012-06-05 00:13:47Z svenstaro $ +# $Id: PKGBUILD 82164 2013-01-09 22:25:40Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Lone_Wolf <lonewolf@xs4all.nl> pkgname=oolite -pkgver=1.76.1 -pkgrel=2 +pkgver=1.77 +pkgrel=1 pkgdesc="A space-sim based on the classic Elite" arch=('i686' 'x86_64') url="http://oolite-linux.berlios.de" license=('GPL2') -depends=('gnustep-gui' 'sdl_mixer' 'mesa' 'espeak' 'nspr' 'python2' 'icu' 'gnustep-base') -makedepends=('gcc-objc' 'gnustep-make' 'curl' 'zip') +depends=('gnustep-gui' 'sdl_mixer' 'glu' 'espeak' 'nspr' 'python2' 'icu' 'gnustep-base') +makedepends=('gcc-objc' 'gnustep-make' 'curl' 'zip' 'mesa') options=(!makeflags) source=(oolite http://download.berlios.de/oolite-linux/oolite-source-${pkgver}.tar.bz2) md5sums=('b182976fade9b64a3b3702e2a8c72bf0' - 'a9ae79f4006a0993a822ca40740f4e67') + '78e0f1da12d1478534eb2af4d0983b01') build() { cd $srcdir |