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

Antonio Rojas arojas at gemini.archlinux.org
Sat Oct 9 08:03:56 UTC 2021


    Date: Saturday, October 9, 2021 @ 08:03:56
  Author: arojas
Revision: 425515

update to 6.6.0

Modified:
  freecell-solver/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-09 07:26:39 UTC (rev 425514)
+++ PKGBUILD	2021-10-09 08:03:56 UTC (rev 425515)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=freecell-solver
-pkgver=6.4.0
+pkgver=6.6.0
 pkgrel=1
 pkgdesc='A program that automatically solves layouts of Freecell and similar variants of Card Solitaire'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 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=('71638d2a972bb35fad2dc22b22881d18fba8b1361be7d92b6cc012a470e099e2')
+sha256sums=('16b58e78d44d95d0ff1b10496dd2d8bd27de592a26f8f874e95a1d841309048c')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



More information about the arch-commits mailing list