[arch-commits] Commit in pysolfc-cardsets/trunk (PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Sep 30 12:06:30 UTC 2018


    Date: Sunday, September 30, 2018 @ 12:06:29
  Author: jlichtblau
Revision: 388463

upgpkg: pysolfc-cardsets 2.0-5 - the new pysolfc 2.4.0 does not ship any cardsets
hence adding the removed one's

Modified:
  pysolfc-cardsets/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-30 11:34:15 UTC (rev 388462)
+++ PKGBUILD	2018-09-30 12:06:29 UTC (rev 388463)
@@ -1,8 +1,9 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
 
 pkgname=pysolfc-cardsets
 pkgver=2.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A collection of cardsets adapted for use with PySolFC"
 arch=('any')
 url="http://pysolfc.sourceforge.net/"
@@ -9,16 +10,11 @@
 license=('GPL3')
 depends=('pysolfc')
 source=(http://downloads.sourceforge.net/pysolfc/PySolFC-Cardsets-${pkgver}.tar.bz2)
-sha512sums=('24275cd3656024e268a49487ac75e1e67e61ec20e0a9f88e2d1c287f91314a1a9343856d1202ce468f8863f4e9a9bf27526fbb1979a7d765718b38e64ca0cfc8')
+sha256sums=('c388d6360191b3b7e463d84e5a64260c4e3ed36e791a85227d7e8923f3f47ca7')
 
 package() {
-  cd "${srcdir}/PySolFC-Cardsets-${pkgver}"
-  install -d "${pkgdir}/usr/share/PySolFC"
-  cp -r * "${pkgdir}/usr/share/PySolFC"
+  cd "${srcdir}"/PySolFC-Cardsets-${pkgver}
 
-# removing cardsets included in pysolfc
-  rm -r "${pkgdir}"/usr/share/PySolFC/cardset-{2000,crystal-mahjongg,dashavatara-ganjifa}
-  rm -r "${pkgdir}"/usr/share/PySolFC/cardset-{dondorf,gnome-mahjongg-1,hexadeck,kintengu}
-  rm -r "${pkgdir}"/usr/share/PySolFC/cardset-{matrix,mughal-ganjifa,oxymoron,standard}
-  rm -r "${pkgdir}"/usr/share/PySolFC/cardset-{tuxedo,vienna-2k}
+  install -d "${pkgdir}"/usr/share/PySolFC
+  cp -r * "${pkgdir}"/usr/share/PySolFC
 }



More information about the arch-commits mailing list