Date: Tuesday, December 10, 2013 @ 21:59:10 Author: eric Revision: 201415
upgpkg: freeciv 2.4.1-1 Upstream update, Clean up depends Modified: freeciv/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-10 20:52:44 UTC (rev 201414) +++ PKGBUILD 2013-12-10 20:59:10 UTC (rev 201415) @@ -2,18 +2,17 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=freeciv -pkgver=2.4.0 +pkgver=2.4.1 pkgrel=1 pkgdesc="A multiuser clone of the famous Microprose game of Civilization" arch=('i686' 'x86_64') url="http://www.freeciv.org/" license=('GPL') -depends=('gtk2' 'sdl_mixer' 'hicolor-icon-theme' 'lua51' 'sqlite' 'curl' 'libltdl') +depends=('gtk2' 'sdl_mixer' 'lua51' 'sqlite' 'curl' 'libltdl') backup=('etc/freeciv/database.lua') -options=('!staticlibs') install=freeciv.install source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('4a3537dc050bd69002794c832b74f5af972da25e') +sha1sums=('16fddc97c91e99b31f23fc80746b3454f8f55f78') build() { cd ${pkgname}-${pkgver}
