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

Antonio Rojas arojas at archlinux.org
Sat Apr 20 22:43:09 UTC 2019


    Date: Saturday, April 20, 2019 @ 22:43:08
  Author: arojas
Revision: 351832

Update to 0.20.0

Modified:
  black-hole-solver/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-20 22:39:38 UTC (rev 351831)
+++ PKGBUILD	2019-04-20 22:43:08 UTC (rev 351832)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=black-hole-solver
-pkgver=0.18.0
+pkgver=0.20.0
 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)
+makedepends=(cmake perl-path-tiny)
 source=(http://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-$pkgver.tar.xz)
-sha256sums=('a1db9ec0e697ebcd2127afcaf57c72d6b8f27b277c9c2b3cc9e651d702f83c9b')
+sha256sums=('8560b01c4549bbeeaaefd219f8a6d1199cb19eab75d808e684376dd9be06926d')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list