summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2015-06-18 09:20:59 -0400
committerskydrome2015-06-18 09:20:59 -0400
commitd4a42d557cf8fdf45e26be0624639c6834881f2e (patch)
treec4cb02157d470a4fd911edf5231257b682b83ba8
parent72b4dccc810220784119d6304c10138f278a6409 (diff)
downloadaur-d4a42d557cf8fdf45e26be0624639c6834881f2e.tar.gz
fix replaces array
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50d9edd5b228..8fd785db72f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,7 @@ pkgdesc="Secure, decentralized, and fault-tolerant filesystem."
url='https://tahoe-lafs.org/trac/tahoe-lafs'
license=('GPL')
arch=('any')
-conflicts=('tahoe-lafs')
-provides=('tahoe-lafs')
+conflicts=('tahoe-lafs-i2p')
BUILDENV+=(!check)
depends=('openssl>=1.0.2'