Date: Tuesday, April 17, 2012 @ 14:59:14 Author: eric Revision: 156371
upgpkg: freeciv 2.3.2-1 Upstream update Modified: freeciv/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-17 18:39:59 UTC (rev 156370) +++ PKGBUILD 2012-04-17 18:59:14 UTC (rev 156371) @@ -2,7 +2,7 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=freeciv -pkgver=2.3.1 +pkgver=2.3.2 pkgrel=1 pkgdesc="A multiuser clone of the famous Microprose game of Civilization" arch=('i686' 'x86_64') @@ -12,11 +12,11 @@ options=('!libtool') install=freeciv.install source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('9d9ee9f48f4c945fc6525139d340443d5a25aac4') +sha1sums=('e6267b5e0483cf9c29d01793d2f9433e73d62191') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --enable-client=gtk --enable-shared --without-ggz-client + ./configure --prefix=/usr --enable-client=gtk2 --enable-shared --without-ggz-client make }
