diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template index 4db42506d81..351091344d0 100644 --- a/srcpkgs/seafile-libclient/template +++ b/srcpkgs/seafile-libclient/template @@ -2,7 +2,7 @@ # WARNING: upstream sometimes retag source. Wait for official announcement pkgname=seafile-libclient version=7.0.9 -revision=1 +revision=2 _distname="${pkgname/-libclient/}" wrksrc="${_distname}-${version}" build_style=gnu-configure @@ -39,7 +39,6 @@ seafile-libclient-devel_package() { seafile-libclient-python3_package() { short_desc="Cloud storage system - Python3 bindings" depends="libsearpc-python3" - archs=noarch pkg_install() { vmove usr/lib/python3* } @@ -49,7 +48,6 @@ seafile-cli_package() { short_desc="Cloud storage system - client CLI" depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}" python_version=3 - archs=noarch pkg_install() { vmove usr/bin/seaf-cli vmove usr/share/man/man1/seaf-cli.1