Date: Saturday, October 27, 2018 @ 21:20:25
  Author: arojas
Revision: 337402

Update to 5.0.0

Modified:
  freecell-solver/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-10-27 16:55:34 UTC (rev 337401)
+++ PKGBUILD    2018-10-27 21:20:25 UTC (rev 337402)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <[email protected]>
 
 pkgname=freecell-solver
-pkgver=4.20.0
-pkgrel=2
+pkgver=5.0.0
+pkgrel=1
 pkgdesc="A program that automatically solves layouts of Freecell and similar 
variants of Card Solitaire"
 arch=(x86_64)
 url="http://fc-solve.shlomifish.org";
@@ -11,7 +11,7 @@
 makedepends=(cmake gperf perl-path-tiny perl-template-toolkit python-random2 
python-six)
 optdepends=('python-random2: for the Python scripts' 'python-six: for the 
Python scripts')
 
source=(http://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz)
-sha256sums=('869c210e7b63b0e0dcfb1c4a2322c41cfa8fbf8db01e7722254a7425a1ab7f81')
+sha256sums=('696717df7e4fab2d5a038b26cc23e2259f7b68a101bc8a4855dffa2841699dfd')
 
 prepare() {
   mkdir -p build
@@ -23,11 +23,12 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DFCS_WITH_TEST_SUITE=OFF \
     -DBUILD_STATIC_LIBRARY=OFF
-  make -j1
+  make
 }
 
 package() {
   cd build
   make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING.html 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
 }
+

Reply via email to