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

Jonas Witschel diabonas at gemini.archlinux.org
Mon Dec 6 22:02:56 UTC 2021


    Date: Monday, December 6, 2021 @ 22:02:56
  Author: diabonas
Revision: 1065402

upgpkg: libolm 3.2.7-1: upstream release

"make olm-python3" is a no-op now, so directly use setup.py instead.

Modified:
  libolm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-06 22:01:30 UTC (rev 1065401)
+++ PKGBUILD	2021-12-06 22:02:56 UTC (rev 1065402)
@@ -1,8 +1,8 @@
 # Maintainer: Jonas Witschel <diabonas at archlinux.org>
 pkgname=('libolm' 'python-olm')
-pkgver=3.2.6
-_tag=9f0ae8f08ca736c7242205293009e86c0456cd93 # git rev-parse "$pkgver"
-pkgrel=3
+pkgver=3.2.7
+_tag=c04287b7ae82a0212e6e5a084f2f38a93a5470ab # 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'
@@ -29,7 +29,7 @@
 	cmake --build build
 
 	cd python
-	make olm-python3
+	python setup.py build
 }
 
 check() {



More information about the arch-commits mailing list