summaryrefslogtreecommitdiff
path: root/extra/freeciv/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/freeciv/PKGBUILD')
-rw-r--r--extra/freeciv/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/freeciv/PKGBUILD b/extra/freeciv/PKGBUILD
index a43010488..0d2cea023 100644
--- a/extra/freeciv/PKGBUILD
+++ b/extra/freeciv/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 115046 2011-03-16 15:19:54Z eric $
+# $Id: PKGBUILD 132082 2011-07-19 22:17:46Z eric $
# Maintainer: Eric BĂ©langer <eric@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}"