summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Redaelli2016-10-18 12:35:14 +0200
committerTimothy Redaelli2016-10-18 12:35:27 +0200
commit19a4fb6e0f4c1b2f4b084c8fbde2023bb37ce94c (patch)
treed7eeb4a069cf9849028622954f2b933155485fe1
parent14984f2aa1eba71859d5419d31a1eb61e3cf435b (diff)
downloadaur-19a4fb6e0f4c1b2f4b084c8fbde2023bb37ce94c.tar.gz
Add python-pysocks optdeps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88cb2fd5f1cc..3401c357b3c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = opentimestamps-client-git
pkgdesc = Command-line tool to create and validate timestamp proofs with the OpenTimestamps protocol
- pkgver = 0.2.3.r8.g892e8378
+ pkgver = 0.3.1.r10.g10677dfe
pkgrel = 1
url = https://github.com/opentimestamps/opentimestamps-client
arch = any
license = LGPL3
depends = python-opentimestamps-git
+ optdepends = python-pysocks: for socks5 support
source = git+https://github.com/opentimestamps/opentimestamps-client
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 73ca04df7d78..8fd47a270bbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
pkgname=opentimestamps-client-git
-pkgver=0.2.3.r8.g892e8378
+pkgver=0.3.1.r10.g10677dfe
pkgrel=1
pkgdesc="Command-line tool to create and validate timestamp proofs with the OpenTimestamps protocol"
arch=(any)
url="https://github.com/opentimestamps/opentimestamps-client"
license=('LGPL3')
depends=('python-opentimestamps-git')
+optdepends=('python-pysocks: for socks5 support')
source=(git+https://github.com/opentimestamps/opentimestamps-client)
md5sums=('SKIP')
_python_site=$(python -c 'import site; print(site.getsitepackages()[0]);')