[arch-commits] Commit in libolm/trunk (PKGBUILD)

Jonas Witschel diabonas at archlinux.org
Tue Oct 6 19:33:55 UTC 2020


    Date: Tuesday, October 6, 2020 @ 19:33:55
  Author: diabonas
Revision: 719492

upgpkg: libolm 3.2.0-1: upstream release

Modified:
  libolm/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-06 19:10:30 UTC (rev 719491)
+++ PKGBUILD	2020-10-06 19:33:55 UTC (rev 719492)
@@ -1,13 +1,13 @@
 # Maintainer: Jonas Witschel <diabonas at archlinux.org>
 pkgname=('libolm' 'python-olm')
-pkgver=3.1.5
-_tag=abe69829af2fd29fdbdbb77f61aad82bdd6d79ea # git rev-parse "$pkgver"
+pkgver=3.2.0
+_tag=6a175fd957f3376112178c02e73d0fb122f762df # git rev-parse "$pkgver"
 pkgrel=1
 pkgdesc='Implementation of the Olm and Megolm cryptographic ratchets'
 arch=('x86_64')
 url='https://gitlab.matrix.org/matrix-org/olm'
 license=('APACHE')
-makedepends=('git' 'cmake' 'python-cffi' 'python-future' 'python-setuptools')
+makedepends=('git' 'cmake' 'python' 'python-cffi' 'python-future' 'python-setuptools')
 checkdepends=('python-aspectlib' 'python-pytest' 'python-pytest-benchmark')
 source=("git+$url.git?signed#tag=$_tag")
 sha512sums=('SKIP')
@@ -49,7 +49,7 @@
 
 package_python-olm() {
 	pkgdesc='Python bindings for Olm'
-	depends=('libolm' 'python-cffi' 'python-future' 'libolm.so')
+	depends=('libolm' 'python' 'python-cffi' 'python-future' 'libolm.so')
 
 	cd olm/python
 	python setup.py install --root="$pkgdir" --optimize=1 --skip-build



More information about the arch-commits mailing list