Date: Sunday, May 2, 2021 @ 08:19:31 Author: arojas Revision: 926076 Update to 2.6.4
Modified: freeciv/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-02 01:21:47 UTC (rev 926075) +++ PKGBUILD 2021-05-02 08:19:31 UTC (rev 926076) @@ -1,8 +1,8 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=freeciv -pkgver=2.6.2 -pkgrel=2 +pkgver=2.6.4 +pkgrel=1 pkgdesc="A multiuser clone of the famous Microprose game of Civilization" arch=('x86_64') url="http://www.freeciv.org/" @@ -11,7 +11,7 @@ makedepends=('python') backup=('etc/freeciv/database.lua') source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('d459c711a164fbaf215e0083aaf5784253a1492f') +sha1sums=('5c8617144584ee3b2ccb09792e5802bc5ae333a3') build() { cd ${pkgname}-${pkgver}
