summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2023-09-12 18:06:51 -0400
committerKevin MacMartin2023-09-12 18:06:51 -0400
commit8fdd814f7ed267342d9c67aecc5c399b2a79e943 (patch)
tree800fe7cde6c51235eb70b6c3006fb792dbe6fa57
parent6799a1d3a47af5e09634225fb6334a58189ceec2 (diff)
downloadaur-8fdd814f7ed267342d9c67aecc5c399b2a79e943.tar.gz
Switch to the master branch, which actually compiles
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fdf2e1f228f..97064ec00124 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cjdns-git
pkgdesc = A routing engine designed for security, scalability, speed and ease of use
- pkgver = 21.2.r178.g03c61dc8
+ pkgver = 22.r4.g6271719f
pkgrel = 1
url = https://github.com/cjdelisle/cjdns
arch = i686
@@ -12,7 +12,7 @@ pkgbase = cjdns-git
makedepends = cargo
makedepends = git
makedepends = nodejs
- makedepends = python2
+ makedepends = python
makedepends = binutils
makedepends = llvm
depends = bash
@@ -23,7 +23,7 @@ pkgbase = cjdns-git
options = !distcc
options = !strip
options = !buildflags
- source = git+https://github.com/cjdelisle/cjdns#branch=crashey
+ source = git+https://github.com/cjdelisle/cjdns#branch=master
sha512sums = SKIP
pkgname = cjdns-git
diff --git a/PKGBUILD b/PKGBUILD
index 686fe6ee9cb8..7b5149ad72e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=cjdns
pkgname=$_pkgname-git
-pkgver=21.2.r178.g03c61dc8
+pkgver=22.r4.g6271719f
pkgrel=1
pkgdesc='A routing engine designed for security, scalability, speed and ease of use'
url='https://github.com/cjdelisle/cjdns'
@@ -14,7 +14,7 @@ license=('GPL3')
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
options=('!distcc' '!strip' '!buildflags')
depends=('bash')
-makedepends=('cargo' 'git' 'nodejs' 'python2' 'binutils' 'llvm')
+makedepends=('cargo' 'git' 'nodejs' 'python' 'binutils' 'llvm')
optdepends=(
'cjdnsify: allows you to run some programs bound to your cjdns address'
@@ -23,7 +23,7 @@ optdepends=(
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("git+$url#branch=crashey")
+source=("git+$url#branch=master")
sha512sums=('SKIP')
pkgver() {