blob: b7eda54f9086f86604e671a545bde280853ad4d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-doubleratchet
pkgdesc = A python implementation of the Double Ratchet algorithm
pkgver = 1.0.4
pkgrel = 1
url = https://github.com/Syndace/python-doubleratchet
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-cryptography
source = python-doubleratchet_1.0.4.tar.gz::https://github.com/Syndace/python-doubleratchet/archive/refs/tags/v1.0.4.tar.gz
sha256sums = 7a74ad789e053ac1259a53b16868a54aafbcefda984a383f88525b767536a941
pkgname = python-doubleratchet
|