summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphire2021-12-09 01:15:03 +0100
committerphire2021-12-09 01:15:03 +0100
commit87d198608f6102606b2ce0da9a481a27988a3d55 (patch)
tree3487b70807b8d8af8d1ceac5457366b096d2989d
parentffd7bdaec3b40086d5a1fe04f61e68828e9799f4 (diff)
downloadaur-87d198608f6102606b2ce0da9a481a27988a3d55.tar.gz
bump, add countries_iso31662.txt
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1abcbd431ec..35d683f8876c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wgnord
pkgdesc = A NordVPN Wireguard ("NordLynx") client in POSIX shell
- pkgver = 0.1.9
- pkgrel = 2
+ pkgver = 0.1.10
+ pkgrel = 1
url = https://git.phire.cc/me/wgnord
arch = any
depends = jq
@@ -9,7 +9,7 @@ pkgbase = wgnord
depends = wireguard-tools
depends = openresolv
backup = var/lib/wgnord/template.conf
- source = https://git.phire.cc/me/wgnord/archive/0.1.9.tar.gz
- md5sums = a9da893c14ae058d2bc1be6c77652346
+ source = https://git.phire.cc/me/wgnord/archive/0.1.10.tar.gz
+ md5sums = 5d6cdd16fa67a3703a5bab5f3299e098
pkgname = wgnord
diff --git a/PKGBUILD b/PKGBUILD
index a94c7ebcdcb3..87db4c7679e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: phire <me@phire.cc>
pkgname=wgnord
-pkgver=0.1.9
-pkgrel=2
+pkgver=0.1.10
+pkgrel=1
pkgdesc="A NordVPN Wireguard (\"NordLynx\") client in POSIX shell"
arch=('any')
url="https://git.phire.cc/me/wgnord"
depends=('jq' 'curl' 'wireguard-tools' 'openresolv')
source=("https://git.phire.cc/me/$pkgname/archive/$pkgver.tar.gz")
-md5sums=("a9da893c14ae058d2bc1be6c77652346")
+md5sums=("5d6cdd16fa67a3703a5bab5f3299e098")
backup=(var/lib/wgnord/template.conf)
package() {
install -Dm644 "$srcdir/$pkgname/template.conf" "$pkgdir/var/lib/$pkgname/template.conf"
install -Dm644 "$srcdir/$pkgname/countries.txt" "$pkgdir/var/lib/$pkgname/countries.txt"
+ install -Dm644 "$srcdir/$pkgname/countries_iso31662.txt" "$pkgdir/var/lib/$pkgname/countries_iso31662.txt"
install -Dm755 "$srcdir/$pkgname/wgnord" "$pkgdir/usr/bin/wgnord"
}