[arch-commits] Commit in freecell-solver/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Feb 20 15:20:23 UTC 2019


    Date: Wednesday, February 20, 2019 @ 15:20:22
  Author: arojas
Revision: 346577

Update to 5.2.0

Modified:
  freecell-solver/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-20 13:45:37 UTC (rev 346576)
+++ PKGBUILD	2019-02-20 15:20:22 UTC (rev 346577)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=freecell-solver
-pkgver=5.0.0
+pkgver=5.2.0
 pkgrel=1
 pkgdesc="A program that automatically solves layouts of Freecell and similar variants of Card Solitaire"
 arch=(x86_64)
@@ -8,10 +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)
-optdepends=('python-random2: for the Python scripts' 'python-six: for the Python scripts')
+makedepends=(cmake gperf perl-path-tiny perl-template-toolkit python-random2 python-six python-pysol_cards)
+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=('696717df7e4fab2d5a038b26cc23e2259f7b68a101bc8a4855dffa2841699dfd')
+sha256sums=('a5f16ede284b89014070d628e8e7ddd2e8cf165e886dbc12678b3cb9220d11f5')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list