diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/cjdns-git/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/cjdns-git/PKGBUILD b/pcr/cjdns-git/PKGBUILD index 1b079d175..66a2b4472 100644 --- a/pcr/cjdns-git/PKGBUILD +++ b/pcr/cjdns-git/PKGBUILD @@ -6,12 +6,12 @@ _pkgname=cjdns pkgname=$_pkgname-git -pkgver=0.3.3382 -pkgrel=2 +pkgver=0.3.3385 +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') +arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h') options=('!distcc' '!strip' '!buildflags') depends=('glibc') makedepends=('git' 'nodejs' 'python2') |