libaccounts-qt5: fix distfile.
This commit is contained in:
parent
83f8efe913
commit
8134438f25
|
@ -2,7 +2,7 @@
|
||||||
pkgname=libaccounts-qt5
|
pkgname=libaccounts-qt5
|
||||||
version=1.16
|
version=1.16
|
||||||
revision=2
|
revision=2
|
||||||
wrksrc="libaccounts-qt-VERSION_${version}-525ec684cfa8d234f797d7e49e21c476eea04d8e"
|
wrksrc="libaccounts-qt-VERSION_${version}"
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
configure_args="LIBDIR=/usr/lib"
|
configure_args="LIBDIR=/usr/lib"
|
||||||
hostmakedepends="pkg-config doxygen qt5-qmake qt5-host-tools"
|
hostmakedepends="pkg-config doxygen qt5-qmake qt5-host-tools"
|
||||||
|
@ -11,8 +11,8 @@ short_desc="Client library to the accounts database, with a Qt5-based API"
|
||||||
maintainer="John Rowley <enterthevoid@codesector.co>"
|
maintainer="John Rowley <enterthevoid@codesector.co>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-only"
|
||||||
homepage="https://gitlab.com/accounts-sso/libaccounts-qt"
|
homepage="https://gitlab.com/accounts-sso/libaccounts-qt"
|
||||||
distfiles="${homepage}/repository/archive.tar.gz?ref=VERSION_${version}>${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/-/archive/VERSION_${version}/libaccounts-qt-VERSION_${version}.tar.gz"
|
||||||
checksum=286eb02f936853e32e610003a2a332a12524050d226707e7630b6a29bd3bdf66
|
checksum=3e527b151ee87e851b0f027214bda1353d8e48e10a5b54109f1e4b7d422a7de3
|
||||||
|
|
||||||
libaccounts-qt5-devel_package() {
|
libaccounts-qt5-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in New Issue