diff options
author | root <root@rshg054.dnsready.net> | 2012-12-14 03:00:42 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-14 03:00:42 -0800 |
commit | 1b9faba25721b73f30e49f0cea9c7346eedd0f73 (patch) | |
tree | d11a95f4a93414017b006abf78931d98c1695020 /extra/freeciv/PKGBUILD | |
parent | 1517345ab70f42a5e050f3dc9b498038118f9ff1 (diff) |
Fri Dec 14 02:55:25 PST 2012
Diffstat (limited to 'extra/freeciv/PKGBUILD')
-rw-r--r-- | extra/freeciv/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/freeciv/PKGBUILD b/extra/freeciv/PKGBUILD index e4780f99d..0c4c6bd8c 100644 --- a/extra/freeciv/PKGBUILD +++ b/extra/freeciv/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 156372 2012-04-17 18:59:36Z eric $ +# $Id: PKGBUILD 173222 2012-12-14 01:35:42Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=freeciv -pkgver=2.3.2 +pkgver=2.3.3 pkgrel=1 pkgdesc="A multiuser clone of the famous Microprose game of Civilization" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('gtk2' 'sdl_mixer' 'hicolor-icon-theme') options=('!libtool') install=freeciv.install source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('e6267b5e0483cf9c29d01793d2f9433e73d62191') +sha1sums=('f3cd76d5b4cc637d1a82398cdb9c1ac9518ce057') build() { cd "${srcdir}/${pkgname}-${pkgver}" |