diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template index 7bf4a639c72..db61c1f4f22 100644 --- a/srcpkgs/libsearpc/template +++ b/srcpkgs/libsearpc/template @@ -12,7 +12,7 @@ short_desc="Seafile RPC library" maintainer="yopito " license="LGPL-3.0-or-later, Apache-2.0" homepage="https://seafile.com" -distfiles="https://github.com/haiwen/${pkgname}/archive/v${version}.tar.gz" +distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz" checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e pre_configure() { diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template index 5eda59c1041..63a75a682bf 100644 --- a/srcpkgs/seafile-libclient/template +++ b/srcpkgs/seafile-libclient/template @@ -1,7 +1,8 @@ # Template file for 'seafile-libclient' +# WARNING: upstream sometimes retag source. Wait for official announcement pkgname=seafile-libclient -version=7.0.2 -revision=2 +version=7.0.3 +revision=1 _distname="${pkgname/-libclient/}" wrksrc="${_distname}-${version}" build_style=gnu-configure @@ -12,9 +13,9 @@ makedepends="libglib-devel libuuid-devel libsearpc-devel sqlite-devel short_desc="Cloud storage system - library" maintainer="yopito " license="GPL-2.0-or-later" # Has openssl exception not yet present on SPDX -homepage="https://github.com/haiwen/seafile" -distfiles="${homepage}/archive/v${version}.tar.gz>${_distname}-${version}.tar.gz" -checksum=2424b303fa826321affad0f23341ac46ca085c895f3d6e1345e9b43dc13c2ab3 +homepage="https://seafile.com" +distfiles="https://github.com/haiwen/seafile/archive/v${version}.tar.gz" +checksum=8b4bea33023dc1ac64477b30a87c333b1e45f7f6e58341f7e9cde8f017f529f1 pre_configure() { ./autogen.sh