Date: Sunday, March 13, 2022 @ 21:53:11 Author: arojas Revision: 1151572
Update to 3.0.0 Modified: freeciv/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-13 21:53:00 UTC (rev 1151571) +++ PKGBUILD 2022-03-13 21:53:11 UTC (rev 1151572) @@ -1,7 +1,7 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=freeciv -pkgver=2.6.6 +pkgver=3.0.0 pkgrel=1 pkgdesc="A multiuser clone of the famous Microprose game of Civilization" arch=('x86_64') @@ -10,8 +10,8 @@ depends=('gtk3' 'sdl_mixer' 'lua53' 'sqlite' 'curl') makedepends=('python') backup=('etc/freeciv/database.lua') -source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('e6995a58c30f16fb6f7225e40542fa4ebc73a248') +source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz) +sha1sums=('8157351dc9e83ea24b87873a216ccc473b5119b2') build() { cd ${pkgname}-${pkgver}
