Date: Wednesday, January 1, 2020 @ 22:21:50 Author: arojas Revision: 372455
Update to 5.16.0 Modified: freecell-solver/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-01 21:51:02 UTC (rev 372454) +++ PKGBUILD 2020-01-01 22:21:50 UTC (rev 372455) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=freecell-solver -pkgver=5.14.0 +pkgver=5.16.0 pkgrel=1 pkgdesc="A program that automatically solves layouts of Freecell and similar variants of Card Solitaire" arch=(x86_64) @@ -8,11 +8,11 @@ url="https://fc-solve.shlomifish.org" license=(MIT) depends=(bash) -makedepends=(cmake gperf perl-path-tiny perl-template-toolkit python-random2 python-six python-pysol_cards) +makedepends=(cmake gperf perl-path-tiny perl-template-toolkit python-random2 python-six python-pysol_cards rinutils) 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=('b09e7394181fcd972436fbbcd2192a9085b8924b70c892ad88b9ad95a7abee12') +sha256sums=('7f12dc75d23493c57ec966de8d05ede18d934c597494e1cb30052c6f08808f65') prepare() { mkdir -p build
