From ade8bc067fe95d0a73a30a58fbdd3e3fd13c7ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 16 Jun 2020 23:09:31 +0200 Subject: [PATCH] olm-python: update to 3.1.5. --- srcpkgs/olm-python/template | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/srcpkgs/olm-python/template b/srcpkgs/olm-python/template index 444f176a37..605a917f17 100644 --- a/srcpkgs/olm-python/template +++ b/srcpkgs/olm-python/template @@ -1,11 +1,10 @@ # Template file for 'olm-python' pkgname=olm-python -version=3.1.4 -revision=3 +version=3.1.5 +revision=1 wrksrc="olm-${version}" build_wrksrc=python build_style=python-module -pycompile_module="olm" hostmakedepends="python-setuptools python3-setuptools python-cffi python3-cffi" makedepends="python-devel python3-devel libffi-devel olm-devel" depends="python-cffi python-future python-typing" @@ -14,7 +13,7 @@ maintainer="Adam Beckmeyer " license="Apache-2.0" homepage="https://gitlab.matrix.org/matrix-org/olm" distfiles="https://gitlab.matrix.org/matrix-org/olm/-/archive/${version}/olm-${version}.tar.bz2" -checksum=eff513cff8e5c7af657e800a2c2dbbdee5be19ee9ce24c5498a2528c4b5f1dc3 +checksum=1cd4d92ae56373836362c3300ee79a14005a26cda3d399d278d468ba5c7c0713 pre_build() { make include/olm/olm.h @@ -22,9 +21,7 @@ pre_build() { olm-python3_package() { short_desc="${short_desc/Python2/Python3}" - depends="${sourcepkg}>=${version}_${revision} python3-cffi - python3-future" - pycompile_module="olm" + depends="python3-cffi python3-future" pkg_install() { vmove ${py3_sitelib} }