summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin MacMartin2015-07-14 17:50:29 -0400
committerKevin MacMartin2015-07-14 17:50:29 -0400
commitac0dc8782c60521c52b1fa75ac17f306de45b521 (patch)
tree650630918fa7119400886039808aa09e6baf13e7 /PKGBUILD
parent88cf7d155e4d1f78a1b614c69576e5d62a9c4852 (diff)
downloadaur-ac0dc8782c60521c52b1fa75ac17f306de45b521.tar.gz
Bump revision and remove opt depends on libnacl + add conflicts/provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6422dda668dc..658fd4409a89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=cjdns
pkgname=$_pkgname-git
pkgver=0.3.3382
-pkgrel=1
+pkgrel=2
pkgdesc='A routing engine designed for security, scalability, speed and ease of use'
url='https://github.com/cjdelisle/cjdns'
license=('GPL3')
@@ -16,9 +16,10 @@ depends=('glibc')
makedepends=('git' 'nodejs' 'python2')
optdepends=(
'cjdnsify: allows you to run some programs bound to your cjdns address'
- 'libnacl: speed up the build process by skipping the need to compile cnacl'
'cjdns-git-sysvinit: support for sysvinit (rc.d)'
)
+provides=("$_pkgname")
+conflicts=("$_pkgname")
source=("git+$url#branch=crashey")
sha512sums=('SKIP')