summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Büchau2023-08-01 16:18:36 +0200
committerYann Büchau2023-08-01 16:18:36 +0200
commit88e433cf150f315532087ead88b150cde187fb0d (patch)
tree655695631043095e7b47dadd3782c3d59e62a508
parent01e21181c75d22ae971bfed67cf3dfb644e306ec (diff)
downloadaur-88e433cf150f315532087ead88b150cde187fb0d.tar.gz
Add runtime dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e2925053fff..50648eba0932 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opentimestamps-client-git
pkgdesc = Command-line tool to create and validate timestamp proofs with the OpenTimestamps protocol
- pkgver = 0.7.0.r5.g616718c
+ pkgver = 0.7.1.r2.g7be45f0
pkgrel = 1
url = https://github.com/opentimestamps/opentimestamps-client
arch = any
@@ -9,6 +9,9 @@ pkgbase = opentimestamps-client-git
makedepends = git
makedepends = python-setuptools
depends = python-opentimestamps
+ depends = python-appdirs
+ depends = python-gitpython
+ depends = python-pysocks
provides = opentimestamps-client
source = git+https://github.com/opentimestamps/opentimestamps-client
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 411d472d51d6..fa1818934c8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: Timothy Redaelli <timothy.redaelli@gmail.com>
pkgname="opentimestamps-client-git"
-pkgver=0.7.0.r5.g616718c
+pkgver=0.7.1.r2.g7be45f0
pkgrel=1
pkgdesc="Command-line tool to create and validate timestamp proofs with the OpenTimestamps protocol"
license=("LGPL3")
arch=("any")
provides=("opentimestamps-client")
url="https://github.com/opentimestamps/opentimestamps-client"
-depends=("python-opentimestamps")
+depends=(python-{opentimestamps,appdirs,gitpython,pysocks})
makedepends=("git" "python-setuptools")
checkdepends=("python-gitpython")
source=("git+$url")