summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormutantmonkey2015-10-27 21:09:33 -0700
committermutantmonkey2015-10-27 21:09:33 -0700
commit545b4384d2fe9551ec32a47d2d0e3ea8f30b0d7c (patch)
tree577064a2f691b31255cc1e17f609ebdc84878255 /PKGBUILD
parent5b7095c93de9f4633673c0e4253388fa040c82b6 (diff)
downloadaur-tahoe-lafs-git.tar.gz
upgpkg: tahoe-lafs-git 6179.98732cd-1
remove python2-argparse dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')