olm-python: update to 3.1.5.

This commit is contained in:
Piotr Wójcik 2020-06-16 23:09:31 +02:00
parent 8b97e492d6
commit ade8bc067f

View file

@ -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 <adam_gpg@thebeckmeyers.xyz>"
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}
}