Date: Monday, January 6, 2020 @ 09:54:55 Author: arojas Revision: 549680
Update to 2.6.1 Modified: freeciv/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-06 09:41:59 UTC (rev 549679) +++ PKGBUILD 2020-01-06 09:54:55 UTC (rev 549680) @@ -1,8 +1,8 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=freeciv -pkgver=2.6.0 -pkgrel=3 +pkgver=2.6.1 +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=('19b5181e3e9e40b31332c79a2226fbcc3706a9c2') +sha1sums=('0a8994cf514b79897924195880f667ebfec815e9') build() { cd ${pkgname}-${pkgver}
