Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
freecell-solver


Commits:
458b8ead by Antonio Rojas at 2024-06-13T23:21:15+02:00
upgpkg: 6.10.0-1: Update to 6.10.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,24 @@
+pkgbase = freecell-solver
+       pkgdesc = A program that automatically solves layouts of Freecell and 
similar variants of Card Solitaire
+       pkgver = 6.10.0
+       pkgrel = 1
+       url = https://fc-solve.shlomifish.org
+       arch = x86_64
+       license = MIT
+       makedepends = cmake
+       makedepends = gperf
+       makedepends = perl-moo
+       makedepends = perl-path-tiny
+       makedepends = perl-template-toolkit
+       makedepends = python-random2
+       makedepends = python-pysol_cards
+       makedepends = rinutils
+       depends = bash
+       depends = glibc
+       optdepends = python-pysol_cards: for the Python interface
+       optdepends = python-random2: for the Python interface
+       optdepends = python-six: for the Python interface
+       source = 
https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-6.10.0.tar.xz
+       sha256sums = 
443ba29de08be751a60faca42a817b65b342cea93188fd7651741b75048379b4
+
+pkgname = freecell-solver


=====================================
PKGBUILD
=====================================
@@ -1,18 +1,27 @@
 # Maintainer: Antonio Rojas <aro...@archlinux.org>
 
 pkgname=freecell-solver
-pkgver=6.8.0
+pkgver=6.10.0
 pkgrel=1
 pkgdesc='A program that automatically solves layouts of Freecell and similar 
variants of Card Solitaire'
 arch=(x86_64)
 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)
-optdepends=('python-random2: for the Python interface' 'python-six: for the 
Python interface'
-            'python-pysol_cards: for the Python interface')
+depends=(bash
+         glibc)
+makedepends=(cmake
+             gperf
+             perl-moo
+             perl-path-tiny
+             perl-template-toolkit
+             python-random2
+             python-pysol_cards
+             rinutils)
+optdepends=('python-pysol_cards: for the Python interface'
+            'python-random2: for the Python interface'
+            'python-six: for the Python interface')
 
source=(https://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz)
-sha256sums=('95f78a4b15d2fa340271fe4fcc5354065968191ba22db0d40e81b291b8d53d32')
+sha256sums=('443ba29de08be751a60faca42a817b65b342cea93188fd7651741b75048379b4')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freecell-solver/-/commit/458b8ead16d00e02e6bc1978c8a8afdffd010d65

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freecell-solver/-/commit/458b8ead16d00e02e6bc1978c8a8afdffd010d65
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to