summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f92fbf645fb0..0292435254f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tahoe-lafs-git
pkgdesc = A secure, decentralized, fault-tolerant file store (git version)
- pkgver = 6110.9d60033
+ pkgver = 6179.98732cd
pkgrel = 1
url = https://tahoe-lafs.org/
arch = any
@@ -19,7 +19,6 @@ pkgbase = tahoe-lafs-git
depends = zfec
depends = python2-pyopenssl
depends = pyutil
- depends = python2-argparse
depends = zbase32
depends = python2-mock>=0.8.0
depends = python2-characteristic>=14.0
diff --git a/PKGBUILD b/PKGBUILD
index daaee91981d2..12d97f56e207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor (Arch): Nicolas Pouillard <nicolas.pouillard@gmail.com>
# Maintainer: mutantmonkey <aur@mutantmonkey.in>
pkgname=tahoe-lafs-git
-pkgver=6110.9d60033
+pkgver=6179.98732cd
pkgrel=1
pkgdesc="A secure, decentralized, fault-tolerant file store (git version)"
url="https://tahoe-lafs.org/"
@@ -11,7 +11,7 @@ license=('GPL')
depends=('net-tools' 'python2' 'python2-zope-interface>=3.6.5' 'twisted'
'python2-pyasn1' 'python2-crypto' 'pycryptopp' 'nevow'
'python2-foolscap>=0.8.0' 'python2-simplejson' 'zfec' 'python2-pyopenssl'
- 'pyutil' 'python2-argparse' 'zbase32' 'python2-mock>=0.8.0'
+ 'pyutil' 'zbase32' 'python2-mock>=0.8.0'
'python2-characteristic>=14.0' 'python2-service-identity'
'python2-setuptools')
makedepends=('git')