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

Eric Bélanger eric at archlinux.org
Tue Jul 19 22:17:47 UTC 2011


    Date: Tuesday, July 19, 2011 @ 18:17:46
  Author: eric
Revision: 132082

upgpkg: freeciv 2.2.7-1
Upstream update, Add hicolor-icon-theme depends, Remove readline depends

Modified:
  freeciv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-19 20:51:09 UTC (rev 132081)
+++ PKGBUILD	2011-07-19 22:17:46 UTC (rev 132082)
@@ -2,18 +2,18 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=freeciv
-pkgver=2.2.5
+pkgver=2.2.7
 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' 'readline' 'bzip2')
+depends=('gtk2' 'sdl_mixer' 'bzip2' 'hicolor-icon-theme')
 options=('!libtool')
 install=freeciv.install
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e717de02c77139593f21b930245d1709')
-sha1sums=('b204c4ae581be632fd2385517ada62558d48e702')
+md5sums=('db61c36222ad0bd1de233cf29226ff27')
+sha1sums=('b7cf680a25e9006cb3a289a2e5c786dd385577cb')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list