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

Antonio Rojas arojas at gemini.archlinux.org
Tue Sep 28 14:44:40 UTC 2021


    Date: Tuesday, September 28, 2021 @ 14:44:39
  Author: arojas
Revision: 424797

Update to 6.4.0

Modified:
  freecell-solver/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-28 10:25:53 UTC (rev 424796)
+++ PKGBUILD	2021-09-28 14:44:39 UTC (rev 424797)
@@ -1,11 +1,11 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=freecell-solver
-pkgver=6.2.0
+pkgver=6.4.0
 pkgrel=1
-pkgdesc="A program that automatically solves layouts of Freecell and similar variants of Card Solitaire"
+pkgdesc='A program that automatically solves layouts of Freecell and similar variants of Card Solitaire'
 arch=(x86_64)
-url="https://fc-solve.shlomifish.org"
+url='https://fc-solve.shlomifish.org'
 license=(MIT)
 depends=(bash)
 makedepends=(cmake gperf perl-moo perl-path-tiny perl-template-toolkit python-random2 python-six python-pysol_cards rinutils)
@@ -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=('2267758cc00ec7e7f0c47e61f398032afb4bb5386d1e54d5164ca815547f7423')
+sha256sums=('71638d2a972bb35fad2dc22b22881d18fba8b1361be7d92b6cc012a470e099e2')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \
@@ -26,4 +26,3 @@
   DESTDIR="$pkgdir" cmake --install build
   install -Dm644 $pkgname-$pkgver/COPYING.html "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
 }
-



More information about the arch-commits mailing list