summaryrefslogtreecommitdiff
path: root/extra/freeciv
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-20 23:12:48 +0000
committerroot <root@rshg047.dnsready.net>2011-07-20 23:12:48 +0000
commit34b339c5913a55cb5bac8a502696fcd3f54aac0f (patch)
tree9713cc16d431b99b598b3d019281b713ab07420a /extra/freeciv
parent3da6b13f1eb136d0899bd2e8dd217048bb4d9030 (diff)
Wed Jul 20 23:12:48 UTC 2011
Diffstat (limited to 'extra/freeciv')
-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}"