Date: Monday, December 13, 2021 @ 15:31:18 Author: arojas Revision: 1071854
Update to 2.6.6 Modified: freeciv/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-13 15:30:26 UTC (rev 1071853) +++ PKGBUILD 2021-12-13 15:31:18 UTC (rev 1071854) @@ -1,7 +1,7 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=freeciv -pkgver=2.6.5 +pkgver=2.6.6 pkgrel=1 pkgdesc="A multiuser clone of the famous Microprose game of Civilization" arch=('x86_64') @@ -11,7 +11,7 @@ makedepends=('python') backup=('etc/freeciv/database.lua') source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('739a8fa5abb8a9d548572b09c20cb63c00abc88f') +sha1sums=('e6995a58c30f16fb6f7225e40542fa4ebc73a248') build() { cd ${pkgname}-${pkgver}
