Date: Tuesday, March 3, 2020 @ 23:38:01 Author: arojas Revision: 376539
Update to 5.20.1 Modified: freecell-solver/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-03 22:35:56 UTC (rev 376538) +++ PKGBUILD 2020-03-03 23:38:01 UTC (rev 376539) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=freecell-solver -pkgver=5.20.0 +pkgver=5.20.1 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=('04935fe817e71c8faaf7f02559f920b7678b1ffc57b465f3e4ca9fa86dea4d5c') +sha256sums=('339339a47b1842624ea9e322e4fe5af5a48a63310571595ca00b0b03f6f25524') prepare() { mkdir -p build
