Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
freecell-solver
Commits:
56374696 by Antonio Rojas at 2024-06-30T10:51:33+02:00
upgpkg: 6.12.0-1: Update to 6.12.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = freecell-solver
pkgdesc = A program that automatically solves layouts of Freecell and
similar variants of Card Solitaire
- pkgver = 6.10.0
+ pkgver = 6.12.0
pkgrel = 1
url = https://fc-solve.shlomifish.org
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = freecell-solver
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
+ source =
https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-6.12.0.tar.xz
+ sha256sums =
a2b89e804ce4b918ef749031676210f2095fea3a8cb129805602843c7c4884a0
pkgname = freecell-solver
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=freecell-solver
-pkgver=6.10.0
+pkgver=6.12.0
pkgrel=1
pkgdesc='A program that automatically solves layouts of Freecell and similar
variants of Card Solitaire'
arch=(x86_64)
@@ -21,7 +21,7 @@ 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=('443ba29de08be751a60faca42a817b65b342cea93188fd7651741b75048379b4')
+sha256sums=('a2b89e804ce4b918ef749031676210f2095fea3a8cb129805602843c7c4884a0')
build() {
cmake -B build -S $pkgname-$pkgver \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/freecell-solver/-/commit/56374696239d1d7b7b7a3711533d222bf2c83b98
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/freecell-solver/-/commit/56374696239d1d7b7b7a3711533d222bf2c83b98
You're receiving this email because of your account on gitlab.archlinux.org.