diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2017-02-19 12:45:44 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2017-02-19 12:45:44 -0500 |
commit | 707b1358a8ed9334bb221fc16a543a0bd1696ace (patch) | |
tree | 3adddc2c4ee03742df0bd6e880ad02cdcfcc0961 /pcr/tahoe-lafs | |
parent | 48972ed5fbf91439f19088c898ec880793e513c5 (diff) | |
download | abslibre-707b1358a8ed9334bb221fc16a543a0bd1696ace.tar.gz abslibre-707b1358a8ed9334bb221fc16a543a0bd1696ace.tar.bz2 abslibre-707b1358a8ed9334bb221fc16a543a0bd1696ace.zip |
update tahoe-lafs
Diffstat (limited to 'pcr/tahoe-lafs')
-rw-r--r-- | pcr/tahoe-lafs/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/pcr/tahoe-lafs/PKGBUILD b/pcr/tahoe-lafs/PKGBUILD index a29da0570..93409db16 100644 --- a/pcr/tahoe-lafs/PKGBUILD +++ b/pcr/tahoe-lafs/PKGBUILD @@ -5,7 +5,7 @@ # Contributor (Arch): Nicolas Pouillard <nicolas.pouillard@gmail.com> pkgname=tahoe-lafs -pkgver=1.12.0 +pkgver=1.12.1 pkgrel=2 pkgdesc="Secure, decentralized, and fault-tolerant filesystem." url='https://tahoe-lafs.org/trac/tahoe-lafs' @@ -15,7 +15,7 @@ conflicts=('tahoe-lafs-i2p') BUILDENV+=(!check) depends=('openssl>=1.0.2' - 'python2-twisted>=15.1.0' + 'python2-twisted>=16.1.0' 'python2-pyopenssl>=0.14' 'python2-pyasn1>=0.1.8' 'python2-pyasn1-modules>=0.0.5' @@ -25,7 +25,7 @@ depends=('openssl>=1.0.2' 'python2-cryptography' 'pyutil>=1.9.4' 'python2-simplejson>=3.1.3' - 'nevow>=0.11.1' + 'nevow>=0.12.0' 'zbase32>=1.1.5' 'zfec>=1.4.24' 'pycryptopp>=0.6.0' @@ -34,9 +34,12 @@ depends=('openssl>=1.0.2' 'python2-pycparser' 'python2-six' 'libffi' - 'python2-foolscap>=0.10.1' + 'python2-foolscap>=0.12.6' 'net-tools' # provides /sbin/ifconfig - 'python2-setuptools') + 'python2-setuptools' + 'python2-shutilwhich>=1.1.0' + 'python2-yaml' + 'python2-crypto>=2.6') optdepends=('python2-numpy: reliability test') |