From 6287c42ff60079d296c41542c3f66737cc6b481b Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Wed, 8 Mar 2023 20:46:00 +0000 Subject: [PATCH 1/2] pysolfc: clean up. --- srcpkgs/pysolfc/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template index 4c673510bdcf..9e03af776794 100644 --- a/srcpkgs/pysolfc/template +++ b/srcpkgs/pysolfc/template @@ -3,14 +3,16 @@ pkgname=pysolfc version=2.20.0 revision=1 build_style=python3-module -hostmakedepends="gettext python3-pygame python3-random2 python3-six - python3-tkinter python3-Pillow python3-attrs python3-pysol_cards" -depends="pysolfc-cardsets ${hostmakedepends} python3-configobj" +hostmakedepends="gettext python3-setuptools" +depends="pysolfc-cardsets python3-pygame python3-random2 python3-six + python3-tkinter python3-Pillow python3-attrs python3-pysol_cards + python3-configobj" +checkdepends="${depends}" short_desc="Python solitaire game collection" maintainer="Leah Neukirchen " license="GPL-3.0-or-later" -homepage="http://pysolfc.sourceforge.net/" -distfiles="https://github.com/shlomif/PySolFC/archive/${pkgname}-${version}.tar.gz" +homepage="https://pysolfc.sourceforge.io/" +distfiles="https://github.com/shlomif/PySolFC/archive/pysolfc-${version}.tar.gz" checksum=530c7b4f6350293c7fa8efbadc80d4a8643a3d66fe513693396308640abbe14d post_build() { From bf0edc068e8466efacec997720b81974fbd09766 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Wed, 8 Mar 2023 20:46:31 +0000 Subject: [PATCH 2/2] pysolfc-cardsets: clean up. --- srcpkgs/pysolfc-cardsets/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pysolfc-cardsets/template b/srcpkgs/pysolfc-cardsets/template index d038d7cb3c67..cb84224adcfd 100644 --- a/srcpkgs/pysolfc-cardsets/template +++ b/srcpkgs/pysolfc-cardsets/template @@ -6,8 +6,8 @@ short_desc="PySolFC Cardsets" maintainer="newbluemoon " # pysolfc's license license="GPL-3.0-or-later" -homepage="http://pysolfc.sourceforge.net/" -distfiles="$SOURCEFORGE_SITE/pysolfc/PySolFC-Cardsets/PySolFC-Cardsets-${version}/PySolFC-Cardsets-${version}.tar.bz2" +homepage="https://pysolfc.sourceforge.io/" +distfiles="${SOURCEFORGE_SITE}/pysolfc/PySolFC-Cardsets/PySolFC-Cardsets-${version}/PySolFC-Cardsets-${version}.tar.bz2" checksum=53be2038cf201403a65266bf4b9ad8e3b8192bb253aba6af36964a71ea6f7755 do_install() {