From 3a636283e95ecd4f33ad58b538f1e5a7f39e93b6 Mon Sep 17 00:00:00 2001 From: yopito Date: Wed, 15 Jan 2020 08:25:05 +0100 Subject: [PATCH 1/2] seafile-libclient: udpate to 7.0.5 --- srcpkgs/seafile-libclient/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template index afb5af1d83a..b9e1a54f0f6 100644 --- a/srcpkgs/seafile-libclient/template +++ b/srcpkgs/seafile-libclient/template @@ -1,8 +1,8 @@ # Template file for 'seafile-libclient' # WARNING: upstream sometimes retag source. Wait for official announcement pkgname=seafile-libclient -version=7.0.4 -revision=2 +version=7.0.5 +revision=1 _distname="${pkgname/-libclient/}" wrksrc="${_distname}-${version}" build_style=gnu-configure @@ -15,7 +15,7 @@ maintainer="yopito " license="GPL-2.0-or-later" # Has openssl exception not yet present on SPDX homepage="https://seafile.com" distfiles="https://github.com/haiwen/seafile/archive/v${version}.tar.gz" -checksum=75f98e1c08939b933134fa998f21fafc208aa02d980f5b8624dbf02d7b0cae13 +checksum=19b353279e20f84af94b08c62b948748bda8cd69eeb980c9fc124ea9a9a5f825 pre_configure() { ./autogen.sh @@ -38,7 +38,6 @@ seafile-libclient-devel_package() { seafile-libclient-python3_package() { short_desc="Cloud storage system - Python3 bindings" - pycompile_module="seafile" depends="libsearpc-python3" archs=noarch pkg_install() { From 6e3a4bb800f4432e1cb57aed5e396b672741873a Mon Sep 17 00:00:00 2001 From: yopito Date: Wed, 15 Jan 2020 08:25:44 +0100 Subject: [PATCH 2/2] seafile-client-qt: update to 7.0.5 --- srcpkgs/seafile-client-qt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/seafile-client-qt/template b/srcpkgs/seafile-client-qt/template index 627c1caa65f..0502ab4352a 100644 --- a/srcpkgs/seafile-client-qt/template +++ b/srcpkgs/seafile-client-qt/template @@ -1,6 +1,6 @@ # Template file for 'seafile-client-qt' pkgname=seafile-client-qt -version=7.0.4 +version=7.0.5 revision=1 _sourcename="seafile-client" wrksrc="${_sourcename}-${version}" @@ -14,7 +14,7 @@ maintainer="yopito " license="Apache-2.0" homepage="https://seafile.com" distfiles="https://github.com/haiwen/seafile-client/archive/v${version}.tar.gz" -checksum=27f376c3cf44c999fa9347c20ef54326492f5c1319ddffae79bd941056e149de +checksum=7e86cb3e055f5cf5a51c287a5d494cad5dcd9d7d6c355dbfe1f512eccaa97e9e build_options="shibboleth" desc_option_shibboleth="Build with Shibboleth support"