summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75638dd60c59..98fb9394f1b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tahoe-lafs
pkgdesc = Secure, decentralized, and fault-tolerant filesystem.
pkgver = 1.13.0
- pkgrel = 2
+ pkgrel = 3
url = https://tahoe-lafs.org/trac/tahoe-lafs
arch = any
license = GPL
@@ -18,7 +18,7 @@ pkgbase = tahoe-lafs
depends = python2-simplejson>=3.1.3
depends = nevow>=0.12.0
depends = python2-zbase32>=1.1.5
- depends = zfec>=1.4.24
+ depends = python2-zfec>=1.4.24
depends = pycryptopp>=0.6.0
depends = python2-cffi
depends = python2-enum34
diff --git a/PKGBUILD b/PKGBUILD
index 972085d912e6..f7d8a8ec7e75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=tahoe-lafs
pkgver=1.13.0
-pkgrel=2
+pkgrel=3
pkgdesc="Secure, decentralized, and fault-tolerant filesystem."
url='https://tahoe-lafs.org/trac/tahoe-lafs'
license=('GPL')
@@ -28,7 +28,7 @@ depends=('openssl>=1.0.2'
'python2-simplejson>=3.1.3'
'nevow>=0.12.0'
'python2-zbase32>=1.1.5'
- 'zfec>=1.4.24'
+ 'python2-zfec>=1.4.24'
'pycryptopp>=0.6.0'
'python2-cffi'
'python2-enum34'