summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55a01be675c5..1cedf1562b13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 20 14:42:19 UTC 2018
+# Fri Aug 17 03:52:49 UTC 2018
pkgbase = cjdns-git
pkgdesc = A routing engine designed for security, scalability, speed and ease of use
- pkgver = 20.2.r35.gd262f7ab
+ pkgver = 20.2.r47.g9b963631
pkgrel = 1
url = https://github.com/cjdelisle/cjdns
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index d1981c0086df..4a2a180aa051 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=cjdns
pkgname=$_pkgname-git
-pkgver=20.2.r35.gd262f7ab
+pkgver=20.2.r47.g9b963631
pkgrel=1
pkgdesc='A routing engine designed for security, scalability, speed and ease of use'
url='https://github.com/cjdelisle/cjdns'
@@ -13,7 +13,7 @@ license=('GPL3')
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
options=('!distcc' '!strip' '!buildflags')
depends=('bash')
-makedepends=('git' 'nodejs' 'python2')
+makedepends=('git' 'nodejs' 'python2' 'binutils')
optdepends=(
'cjdnsify: allows you to run some programs bound to your cjdns address'
@@ -33,6 +33,7 @@ pkgver() {
build() {
cd $_pkgname
bash 'do'
+
}
package() {