blob: fafaa64f5932d2824cbab673f5d7bb806b59d811 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
pkgbase = libolm-git
pkgdesc = An implementation of a well known cryptographic ratchet in C++
pkgver = 3.2.16.r1.g6d4b5b0
pkgrel = 1
url = https://gitlab.matrix.org/matrix-org/olm
arch = x86_64
license = Apache
checkdepends = python-pytest
checkdepends = python-pytest-benchmark
checkdepends = python-aspectlib
makedepends = cmake
makedepends = git
makedepends = python-build
makedepends = python-cffi
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = glibc
source = olm::git+https://gitlab.matrix.org/matrix-org/olm
md5sums = SKIP
pkgname = libolm-git
depends = glibc
depends = gcc-libs
provides = libolm
provides = libolm.so
conflicts = libolm
pkgname = python-olm-git
depends = glibc
depends = libolm.so
depends = python
provides = python-olm
conflicts = python-olm
|