summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlessio2023-07-25 16:11:33 +0200
committerAlessio2023-07-25 16:11:33 +0200
commita80095373cb5ece0fc2afa0029c5b2beb26669ae (patch)
tree4e627df1c58e52a116e968dea6b33a35a61d5af2 /PKGBUILD
parent275546da59d4d66502e56d8aa507f721f048817b (diff)
downloadaur-pritunl-web-git.tar.gz
update to 179.017bb55
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b149ecd45118..52f2caf324d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Jingbei Li <i@jingbei.li>
-# Contributor: Pritunl <contact@pritunl.com>
+# Mantainer: Alessio <alessio@linux.com>
+# Contributor: Jingbei Li <i@jingbei.li>
_pkgname=pritunl-web
pkgname=${_pkgname}-git
-pkgver=135.9f6f48b
-pkgrel=1
+pkgver=179.017bb55
+pkgrel=2
pkgdesc="Pritunl external web server"
arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
license=("custom")
@@ -32,7 +32,6 @@ prepare() {
# https://github.com/pritunl/pritunl-web/pull/2
find . -type f -exec sed 's/Sirupsen/sirupsen/g' -i {} \;
- go mod init
}
build() {