From 8134438f252f4fdb1e866a43a75852e3baa2927d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sun, 29 Aug 2021 22:06:44 -0300 Subject: [PATCH] libaccounts-qt5: fix distfile. --- srcpkgs/libaccounts-qt5/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libaccounts-qt5/template b/srcpkgs/libaccounts-qt5/template index 73c98fb72bd..c135d770ce7 100644 --- a/srcpkgs/libaccounts-qt5/template +++ b/srcpkgs/libaccounts-qt5/template @@ -2,7 +2,7 @@ pkgname=libaccounts-qt5 version=1.16 revision=2 -wrksrc="libaccounts-qt-VERSION_${version}-525ec684cfa8d234f797d7e49e21c476eea04d8e" +wrksrc="libaccounts-qt-VERSION_${version}" build_style=qmake configure_args="LIBDIR=/usr/lib" 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 " license="LGPL-2.1-only" homepage="https://gitlab.com/accounts-sso/libaccounts-qt" -distfiles="${homepage}/repository/archive.tar.gz?ref=VERSION_${version}>${pkgname}-${version}.tar.gz" -checksum=286eb02f936853e32e610003a2a332a12524050d226707e7630b6a29bd3bdf66 +distfiles="${homepage}/-/archive/VERSION_${version}/libaccounts-qt-VERSION_${version}.tar.gz" +checksum=3e527b151ee87e851b0f027214bda1353d8e48e10a5b54109f1e4b7d422a7de3 libaccounts-qt5-devel_package() { short_desc+=" - development files"