Date: Monday, February 23, 2015 @ 22:30:32
  Author: stativ
Revision: 128154

upgpkg: gemrb 0.8.2-1

update to 0.8.2

Modified:
  gemrb/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-02-23 21:20:21 UTC (rev 128153)
+++ PKGBUILD    2015-02-23 21:30:32 UTC (rev 128154)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky <[email protected]>
 pkgname=gemrb
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc="OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 [ $CARCH=="i686" ] && options=('!buildflags')
 install=gemrb.install
 
source=("http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz";)
-md5sums=('5e7d727f336caf91657375595982c063')
+md5sums=('5ed52dda83f8cc4e1e2f2acdeae65d74')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -29,10 +29,6 @@
         -DCMAKE_BUILD_TYPE=Release \
         ../$pkgname-$pkgver
 
-  # fix the dirs not being properly set by cmake (bug #269)
-  echo '#define PLUGINDIR "/usr/lib/gemrb/plugins"
-  #define SYSCONFDIR "/etc/gemrb"' >> config.h
-
   make
 }
 

Reply via email to