Date: Tuesday, July 13, 2021 @ 16:23:00 Author: arojas Revision: 976776
Update to 2.6.5 Modified: freeciv/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-13 16:21:11 UTC (rev 976775) +++ PKGBUILD 2021-07-13 16:23:00 UTC (rev 976776) @@ -1,7 +1,7 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=freeciv -pkgver=2.6.4 +pkgver=2.6.5 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=('5c8617144584ee3b2ccb09792e5802bc5ae333a3') +sha1sums=('739a8fa5abb8a9d548572b09c20cb63c00abc88f') build() { cd ${pkgname}-${pkgver}
