summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin MacMartin2018-08-16 23:59:40 -0400
committerKevin MacMartin2018-08-16 23:59:40 -0400
commit435667074cbfaa194819fe0372d352496246e78d (patch)
treee48ce618c4ce9c5f157eb928ad6568a77273e328 /PKGBUILD
parent0fde108dcd32385bb0c4b69c58e6f623f7f0f240 (diff)
downloadaur-435667074cbfaa194819fe0372d352496246e78d.tar.gz
Update to 20.2.r47.g9b963631
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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() {