Date: Sunday, June 16, 2019 @ 08:48:03 Author: arojas Revision: 356199
Update to 5.8.0 Modified: freecell-solver/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-16 00:52:01 UTC (rev 356198) +++ PKGBUILD 2019-06-16 08:48:03 UTC (rev 356199) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=freecell-solver -pkgver=5.6.0 +pkgver=5.8.0 pkgrel=1 pkgdesc="A program that automatically solves layouts of Freecell and similar variants of Card Solitaire" arch=(x86_64) @@ -12,7 +12,7 @@ optdepends=('python-random2: for the Python interface' 'python-six: for the Python interface' 'python-pysol_cards: for the Python interface') source=(https://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz) -sha256sums=('eb155cdecd2bae17d724313e2c176a584bbffac15f9966a3885ac412c572bb94') +sha256sums=('c108750c0bde421dfc7c38fcbd57de1751e855a442e3ec3f74c4b563f4a340ef') prepare() { mkdir -p build
