[arch-commits] Commit in freeciv/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Aug 5 23:09:58 UTC 2016
Date: Friday, August 5, 2016 @ 23:09:58
Author: arojas
Revision: 273369
Update to 2.5.5
Modified:
freeciv/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-08-05 23:00:31 UTC (rev 273368)
+++ PKGBUILD 2016-08-05 23:09:58 UTC (rev 273369)
@@ -2,8 +2,8 @@
# Maintainer: Eric Bélanger <eric at archlinux.org>
pkgname=freeciv
-pkgver=2.5.3
-pkgrel=2
+pkgver=2.5.5
+pkgrel=1
pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
arch=('i686' 'x86_64')
url="http://www.freeciv.org/"
@@ -13,17 +13,18 @@
backup=('etc/freeciv/database.lua')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
lua52_compat.patch)
-sha1sums=('070900a13c5861a9ce23e7dad03552277e3b9395'
+sha1sums=('c2772f753812c09572fc94689ea8dc1e3df79bf1'
'248f4c8b62557677bf27a0d06feb15148d811ce7')
prepare() {
cd ${pkgname}-${pkgver}
patch -p1 -i "$srcdir"/lua52_compat.patch
+ autoreconf -vi
}
build() {
cd ${pkgname}-${pkgver}
- ./autogen.sh --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua \
+ ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua \
--enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 --enable-aimodules
make
}
More information about the arch-commits
mailing list