diff options
-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') |