[arch-commits] Commit in freeciv/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Thu Mar 19 21:44:45 UTC 2015


    Date: Thursday, March 19, 2015 @ 22:44:45
  Author: eric
Revision: 234177

upgpkg: freeciv 2.5.0-1

Upstream update, Update lua depends

Modified:
  freeciv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-19 21:15:31 UTC (rev 234176)
+++ PKGBUILD	2015-03-19 21:44:45 UTC (rev 234177)
@@ -2,17 +2,17 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=freeciv
-pkgver=2.4.4
+pkgver=2.5.0
 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' 'lua51' 'sqlite' 'curl' 'libltdl')
+depends=('gtk2' 'sdl_mixer' 'lua' 'sqlite' 'curl' 'libltdl')
 backup=('etc/freeciv/database.lua')
 install=freeciv.install
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('045931a0763df33e1e2114dde2d189a24861ce13')
+sha1sums=('477b60e02606e47b31a019b065353c1a6da6c305')
 
 build() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list