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

Jelle van der Waa jelle at archlinux.org
Fri Aug 9 10:29:21 UTC 2019


    Date: Friday, August 9, 2019 @ 10:29:21
  Author: jelle
Revision: 498453

upgpkg: pysolfc 2.6.4-1

Upstream update to resolve FS#62383 and resolve FS#60774 by adding a dependency
to python-six. 

Modified:
  pysolfc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-09 09:28:19 UTC (rev 498452)
+++ PKGBUILD	2019-08-09 10:29:21 UTC (rev 498453)
@@ -2,16 +2,16 @@
 # Contributor: Eric Bélanger <eric at archlinux.org>
 
 pkgname=pysolfc
-pkgver=2.4.0
+pkgver=2.6.4
 pkgrel=1
 pkgdesc="PySol (Fan Club edition) is an exciting collection of more than 1000 solitaire games"
 arch=('any')
 url="http://pysolfc.sourceforge.net/"
 license=('GPL3')
-depends=('tk' 'pysol-sound-server' 'python-pillow' 'python-random2')
+depends=('tk' 'python-pillow' 'python-random2' 'python-six')
 optdepends=('pysolfc-cardsets')
 source=(https://downloads.sourceforge.net/pysolfc/PySolFC-${pkgver}.tar.xz)
-sha256sums=('44693913d841ac3d766284fa98efc55dd6b5d7b82d3e32b93e94615a7f448c35')
+sha256sums=('4dab3579531530136fb629c045d4b8389f410962e6cf77494f18c61c9de6ea78')
 
 prepare() {
   cd PySolFC-${pkgver}



More information about the arch-commits mailing list