summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")