[arch-commits] Commit in freecell-solver/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Feb 12 12:26:19 UTC 2020
Date: Wednesday, February 12, 2020 @ 12:26:19
Author: arojas
Revision: 375492
archrelease: copy trunk to extra-x86_64
Added:
freecell-solver/repos/extra-x86_64/PKGBUILD
(from rev 375491, freecell-solver/trunk/PKGBUILD)
Deleted:
freecell-solver/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-12 12:25:56 UTC (rev 375491)
+++ PKGBUILD 2020-02-12 12:26:19 UTC (rev 375492)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=freecell-solver
-pkgver=5.16.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-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')
-source=(https://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz)
-sha256sums=('7f12dc75d23493c57ec966de8d05ede18d934c597494e1cb30052c6f08808f65')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DFCS_WITH_TEST_SUITE=OFF \
- -DBUILD_STATIC_LIBRARY=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
- install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING.html "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
-}
-
Copied: freecell-solver/repos/extra-x86_64/PKGBUILD (from rev 375491, freecell-solver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-02-12 12:26:19 UTC (rev 375492)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=freecell-solver
+pkgver=5.18.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-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')
+source=(https://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz)
+sha256sums=('386080dd1d42d1fa0e120e02caf34b7a9c5aa11155145f5654d0cf53a1359f20')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DFCS_WITH_TEST_SUITE=OFF \
+ -DBUILD_STATIC_LIBRARY=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+ install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING.html "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
+}
+
More information about the arch-commits
mailing list