speedcrunch: fix license, http->https, other lint

This commit is contained in:
Colin Booth 2021-05-13 21:55:44 -07:00 committed by Érico Nogueira Rolim
parent 6e8476a0c7
commit 774f0ed363

View file

@ -1,7 +1,7 @@
# Template file for 'speedcrunch'
pkgname=speedcrunch
version=0.12.0
revision=1
revision=2
_hash=ea93b21f9498
wrksrc="heldercorreia-${pkgname}-${_hash}"
build_wrksrc="src"
@ -10,12 +10,11 @@ makedepends="qt5-tools-devel qt5-plugin-mysql qt5-plugin-pgsql qt5-plugin-tds
qt5-plugin-odbc qt5-plugin-sqlite"
short_desc="High-precision scientific calculator"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="GPL-2"
homepage="http://speedcrunch.org/"
license="GPL-2.0-or-later"
homepage="https://speedcrunch.org/"
distfiles="https://bitbucket.org/heldercorreia/${pkgname}/get/release-${version}.tar.bz2"
checksum=59bfc6747060dd15c43c1e9afffdb708c15e3c2a7c36855b83952f33ba451d85
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends="qt5-tools-devel"
fi