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

Antonio Rojas arojas at archlinux.org
Wed Jul 25 07:14:04 UTC 2018


    Date: Wednesday, July 25, 2018 @ 07:14:04
  Author: arojas
Revision: 329524

Add python optdepends

Modified:
  freecell-solver/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-25 07:11:14 UTC (rev 329523)
+++ PKGBUILD	2018-07-25 07:14:04 UTC (rev 329524)
@@ -2,7 +2,7 @@
 
 pkgname=freecell-solver
 pkgver=4.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A program that automatically solves layouts of Freecell and similar variants of Card Solitaire"
 arch=(x86_64)
 url="http://fc-solve.shlomifish.org"
@@ -9,10 +9,9 @@
 license=(MIT)
 depends=(bash)
 makedepends=(cmake gperf perl-path-tiny perl-template-toolkit python-random2 python-six)
-optdepends=('python: for the Python scripts')
+optdepends=('python-random2: for the Python scripts' 'python-six: for the Python scripts')
 source=(http://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz)
-sha256sums=('869c210e7b63b0e0dcfb1c4a2322c41cfa8fbf8db01e7722254a7425a1ab7f81'
-            '84ae4b9b253c82b8d28b5a39d8c76132c8a9f6ba996633a3df50ed819e755204')
+sha256sums=('869c210e7b63b0e0dcfb1c4a2322c41cfa8fbf8db01e7722254a7425a1ab7f81')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list