Date: Thursday, August 6, 2015 @ 18:58:45 Author: stativ Revision: 138030
upgpkg: gemrb 0.8.3-1 update to 0.8.3 Modified: gemrb/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-08-06 16:47:26 UTC (rev 138029) +++ PKGBUILD 2015-08-06 16:58:45 UTC (rev 138030) @@ -1,21 +1,19 @@ # $Id$ # Maintainer: Lukas Jirkovsky <[email protected]> pkgname=gemrb -pkgver=0.8.2 +pkgver=0.8.3 pkgrel=1 pkgdesc="OSS implementation of Bioware's Infinity Engine which supports eg. Baldur's Gate" arch=('i686' 'x86_64') url="http://www.gemrb.org/" license=('GPL') -depends=('python2' 'openal' 'libpng' 'sdl_mixer' 'freetype2') +depends=('python2' 'openal' 'sdl_mixer' 'hicolor-icon-theme') # optionally it is possible to build vlc plugin too # for future reference: there is also and experimental SDL2/OpenGL renderer makedepends=('cmake') -# i686 build breaks because of the stack protector -[ $CARCH=="i686" ] && options=('!buildflags') install=gemrb.install source=("http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz") -md5sums=('5ed52dda83f8cc4e1e2f2acdeae65d74') +md5sums=('c5798e118425adcae4a45ec5b1ab77a5') build() { cd "$srcdir/$pkgname-$pkgver"
