diff options
Diffstat (limited to 'community/gemrb')
-rw-r--r-- | community/gemrb/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gemrb/PKGBUILD b/community/gemrb/PKGBUILD index 444d87f04..1a21ccf02 100644 --- a/community/gemrb/PKGBUILD +++ b/community/gemrb/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 82325 2013-01-15 11:15:34Z stativ $ +# $Id: PKGBUILD 89424 2013-04-29 11:47:02Z bpiotrowski $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=gemrb -pkgver=0.7.2 -pkgrel=2 +pkgver=0.8.0 +pkgrel=1 pkgdesc="OSS implementation of Bioware's Infinity Engine which supports eg. Baldur's Gate" arch=('i686' 'x86_64' 'mips64el') url="http://www.gemrb.org/" @@ -13,7 +13,7 @@ makedepends=('cmake') install=gemrb.install options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz") -md5sums=('4260fcd42f42ce9232668b202b320b29') +md5sums=('dc0306d4d301726ac449225313285ea1') build() { cd "$srcdir/$pkgname-$pkgver" |