diff options
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}" |