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

Antonio Rojas arojas at archlinux.org
Wed Oct 28 19:48:17 UTC 2020


    Date: Wednesday, October 28, 2020 @ 19:48:17
  Author: arojas
Revision: 398973

Update to 1.10.1

Modified:
  black-hole-solver/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-28 17:01:32 UTC (rev 398972)
+++ PKGBUILD	2020-10-28 19:48:17 UTC (rev 398973)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=black-hole-solver
-pkgver=1.8.0
+pkgver=1.10.1
 pkgrel=1
 pkgdesc="Solvers and statistics for 'Golf' solitaire, 'Black Hole' solitaire, 'All in a Row' solitaire and related card patience games."
 arch=(x86_64)
@@ -8,9 +8,9 @@
 url="https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/"
 license=(MIT)
 depends=(glibc)
-makedepends=(cmake perl-path-tiny rinutils)
+makedepends=(cmake perl-path-tiny rinutils python)
 source=(https://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-$pkgver.tar.xz)
-sha256sums=('f73c14272545baa4cba717b61646ec0c610b124e1721288b0a9bff680bb9982c')
+sha256sums=('36e1953a99e02e82489a3cb109fb590bcab307b4ddaec34cb0e67347668511e2')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



More information about the arch-commits mailing list