summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent01e21181c75d22ae971bfed67cf3dfb644e306ec (diff)
downloadaur-opentimestamps-client-git.tar.gz
Add runtime dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")