From 66d4ff7c6e56607ab0f2052b2ab9ddf6ca40ec75 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:44 -0400 Subject: [PATCH] seafile-libclient: rebuild for Python 3.9, drop noarch --- srcpkgs/seafile-libclient/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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