diff options
author | root <root@rshg054.dnsready.net> | 2011-08-18 23:14:33 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-18 23:14:33 +0000 |
commit | 59eecef62ae9aa7dd391310f30293318f641c59c (patch) | |
tree | 18b1685d21f421939a133b2db2663bc63e5d873c /extra/freeciv | |
parent | 3413e75c9cdb6c0daf6ddf92f469a2221c94a55b (diff) |
Thu Aug 18 23:14:33 UTC 2011
Diffstat (limited to 'extra/freeciv')
-rw-r--r-- | extra/freeciv/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/freeciv/PKGBUILD b/extra/freeciv/PKGBUILD index 0d2cea023..d451e3146 100644 --- a/extra/freeciv/PKGBUILD +++ b/extra/freeciv/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 132082 2011-07-19 22:17:46Z eric $ +# $Id: PKGBUILD 135708 2011-08-18 01:12:48Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=freeciv -pkgver=2.2.7 +pkgver=2.3.0 pkgrel=1 pkgdesc="A multiuser clone of the famous Microprose game of Civilization" arch=('i686' 'x86_64') @@ -12,8 +12,8 @@ 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=('db61c36222ad0bd1de233cf29226ff27') -sha1sums=('b7cf680a25e9006cb3a289a2e5c786dd385577cb') +md5sums=('70fd4285f2da7d41bdadac43458e62c9') +sha1sums=('d4e871ad749e1807957df4e353fbb8f5510b7248') build() { cd "${srcdir}/${pkgname}-${pkgver}" |