summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e7f392b7954..e9cfe882db62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,18 @@
pkgname="python-opentimestamps-git"
pkgver=0.4.5.r0.ga90094e
-pkgrel=1
+pkgrel=2
pkgdesc="Python3 library for creating and verifying OpenTimestamps proofs"
license=("LGPL3")
arch=("any")
provides=("python-opentimestamps")
+conflicts=("python-opentimestamps")
url="https://github.com/opentimestamps/python-opentimestamps"
depends=("python-bitcoinlib" "python-pycryptodomex")
makedepends=("git" "python-setuptools" "python-build" "python-installer" "python-wheel")
checkdepends=("python-pytest" "python-gitpython")
source=("git+$url")
-sha256sums=("SKIP")
+b2sums=("SKIP")
pkgver(){
cd "python-opentimestamps"