summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin MacMartin2015-10-11 23:34:04 -0400
committerKevin MacMartin2015-10-11 23:34:04 -0400
commite4a728913757df26a0ff3928a447ea880ec929fe (patch)
tree713d152b95b33b9e6a0618677188571277b874ff /PKGBUILD
parent7f4c91ddffc3ad291109126137a09c01898c6897 (diff)
downloadaur-e4a728913757df26a0ff3928a447ea880ec929fe.tar.gz
Update to 0.3.3495
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b73c375e8b60..2777e65012df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
_pkgname=cjdns
pkgname=$_pkgname-git
-pkgver=0.3.3472
+pkgver=0.3.3495
pkgrel=1
pkgdesc='A routing engine designed for security, scalability, speed and ease of use'
url='https://github.com/cjdelisle/cjdns'
license=('GPL3')
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
options=('!distcc' '!strip' '!buildflags')
-depends=('glibc')
+depends=('bash')
makedepends=('git' 'nodejs' 'python2')
optdepends=(
'cjdnsify: allows you to run some programs bound to your cjdns address'