File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
pkgnames=(innernet-client)
6
6
pkgdesc=" A private network system that uses WireGuard under the hood."
7
7
url=" https://github.com/tonarino/innernet"
8
- pkgver=1.4.1-2
8
+ pkgver=1.5.0-1
9
9
timestamp=2021-08-31T17:57:00Z
10
10
section=" utils"
11
11
maintainer=" plan5 <30434574+plan5@users.noreply.github.com>"
12
12
license=MIT
13
13
installdepends=(wireguard)
14
14
makedepends=(build:librust-clang-sys-dev build:libclang-dev build:libc6 build:libc6-dev build:clang)
15
15
16
- image=rust:v2.1
16
+ image=rust:v2.2
17
17
_srcver=" v${pkgver% -* } "
18
18
source=(
19
19
" https://github.com/tonarino/innernet/archive/refs/tags/$_srcver .zip"
20
20
build.patch
21
21
)
22
22
sha256sums=(
23
- 3dd87538f53a7665713f88399f3388abe24b878765605dfadd25ca194cc47ac1
23
+ 1f2f38a0c7cbc91391f84f86849bc57e6351fdc6605232b839df25e1009b68f9
24
24
SKIP
25
25
)
26
26
@@ -33,7 +33,7 @@ prepare() {
33
33
sed -i " s/\/usr\/bin\/innernet/\/opt\/bin\/innernet/g" " $srcdir /client/innernet@.service"
34
34
35
35
# Insert line to look for headers under $SYSROOT instead of root filesystem
36
- patch -u " $srcdir /wgctrl -sys/build.rs" -i " $srcdir /build.patch"
36
+ patch -u " $srcdir /wireguard-control -sys/build.rs" -i " $srcdir /build.patch"
37
37
38
38
# tbd: change wireguard config dir to /opt/etc/wireguard?
39
39
# sed -i "s/\/etc\/wireguard/\/opt\/etc\/wireguard/g" "$srcdir/shared/src/lib.rs"
You can’t perform that action at this time.
0 commit comments