SystemPreferences: rebuild for gnustep-base

Pulling a GitHub archive while ftp.gnustep.org is down.
This commit is contained in:
Andrew Benson 2023-01-10 08:18:03 -06:00 committed by Andrew Benson
parent 002de8aa02
commit 3a4dc47e7b
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'SystemPreferences'
pkgname=SystemPreferences
version=1.2.0
revision=1
revision=2
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="gnustep-make gcc-objc"
@ -11,6 +11,6 @@ short_desc="GNUstep preferences application"
maintainer="Phosu Parsons <founderofjp@gmail.com>"
license="GPL-2.0-only"
homepage="http://gnustep.org/experience/systempreferences.html"
distfiles="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${pkgname}-${version}.tar.gz"
checksum=690cfd28552c5883fe06a89283f44574f41d937627b41c8435743f07e360e7b9
distfiles="https://github.com/gnustep/apps-systempreferences/archive/refs/tags/systempreferences-${version//./_}.tar.gz"
checksum=274d4f77eb06410bbd7c6df58742c9485f63dedf6bbd86e2dd10be10ec249461
nocross="objc doesn't get cross build at present within gcc (see gnustep-base)"