[arch-commits] Commit in black-hole-solver/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Mar 28 19:46:08 UTC 2022


    Date: Monday, March 28, 2022 @ 19:46:08
  Author: arojas
Revision: 440808

archrelease: copy trunk to extra-x86_64

Added:
  black-hole-solver/repos/extra-x86_64/PKGBUILD
    (from rev 440807, black-hole-solver/trunk/PKGBUILD)
Deleted:
  black-hole-solver/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-28 19:45:59 UTC (rev 440807)
+++ PKGBUILD	2022-03-28 19:46:08 UTC (rev 440808)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=black-hole-solver
-pkgver=1.10.1
-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)
-url="https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/"
-license=(MIT)
-depends=(glibc)
-makedepends=(cmake perl-path-tiny rinutils python)
-source=(https://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-$pkgver.tar.xz)
-sha256sums=('36e1953a99e02e82489a3cb109fb590bcab307b4ddaec34cb0e67347668511e2')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_STATIC_LIBRARY=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 $pkgname-$pkgver/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: black-hole-solver/repos/extra-x86_64/PKGBUILD (from rev 440807, black-hole-solver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-28 19:46:08 UTC (rev 440808)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=black-hole-solver
+pkgver=1.12.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)
+url='https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/'
+license=(MIT)
+depends=(glibc)
+makedepends=(cmake perl-path-tiny rinutils python)
+source=(https://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-$pkgver.tar.xz)
+sha256sums=('d32f32536f7573292588f41bb0d85ae42d561376c218dc4ab6badfe4904a37a7')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_STATIC_LIBRARY=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 $pkgname-$pkgver/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list