summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2022-03-10 15:24:01 +0800
committertaotieren2022-03-10 15:24:01 +0800
commit67064e75afcd531ad804a04c29cc2cca18a6c754 (patch)
treea8a766eac2551aee5e96149f1460372e4aedba9d
parenta96b392a0f9943ea0e4bda3c0dd9798ec820e45c (diff)
downloadaur-67064e75afcd531ad804a04c29cc2cca18a6c754.tar.gz
update 1.2.8.5.2.g2b623eb-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d400c7f1f917..44a538e37c52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opengnb-git
pkgdesc = GNB is open source de-centralized VPN to achieve layer3 network via p2p with the ultimate capability of NAT Traversal.
- pkgver = 1.2.8.4
+ pkgver = 1.2.8.5
pkgrel = 1
url = https://github.com/gnbdev/opengnb
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 5e2eba1ba2c0..f941fa933919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: taotieren <admin@taotieren.com>
pkgname=opengnb-git
-pkgver=1.2.8.4
+pkgver=1.2.8.5.2.g2b623eb
pkgrel=1
pkgdesc="GNB is open source de-centralized VPN to achieve layer3 network via p2p with the ultimate capability of NAT Traversal."
arch=('any')
@@ -32,7 +32,9 @@ build() {
package() {
cd "${srcdir}/${pkgname%-git}"
make -f Makefile.debian install
- install -dm0755 "${pkgdir}/usr"
+ install -dm0755 "${pkgdir}/usr" \
+ "${pkgdir}/usr/lib/systemd/system/"
cp -rv bin "${pkgdir}/usr"
+ cp -rv scripts/opengnb@.service "${pkgdir}/usr/lib/systemd/system/"
install -Dm0644 "${srcdir}/${pkgname%-git}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname%-git}/LICENSE"
}