summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaddie Zhan2018-05-09 21:16:58 +0800
committerMaddie Zhan2018-05-09 21:16:58 +0800
commit3a19026dd6789c949bc7de4a7f8c1e4c022c2081 (patch)
treee86e209bcc66143007d8308ffcd03d15deac7088
parent01ee015c5749b849dc0a26d6e5917ba6887afee2 (diff)
downloadaur-3a19026dd6789c949bc7de4a7f8c1e4c022c2081.tar.gz
v1.3.6.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 458b04bf4eee..a0062af554c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = overture
pkgdesc = A DNS upstream switcher written in Go in order to purify DNS records
- pkgver = 1.3.6.1
- pkgrel = 2
+ pkgver = 1.3.6.2
+ pkgrel = 1
url = https://github.com/shawn1m/overture
install = overture.install
arch = i686
arch = x86_64
+ arch = arm
arch = armv6h
arch = armv7h
+ arch = aarch64
license = MIT
makedepends = go>=1.9
optdepends = dnsmasq: advanced DNS configuration
@@ -16,7 +18,7 @@ pkgbase = overture
backup = etc/overture/hosts
backup = etc/overture/china_ip_list.txt
backup = etc/overture/gfwlist.txt
- source = git+https://github.com/shawn1m/overture.git#tag=1.3.6.1
+ source = git+https://github.com/shawn1m/overture.git#tag=1.3.6.2
source = china_ip_list.txt
source = config.json
source = gfwlist.txt
diff --git a/PKGBUILD b/PKGBUILD
index 6b5aba0abb75..63b692a91517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Maddie Zhan <maddie@emzee.be>
pkgname=overture
-pkgver=1.3.6.1
-pkgrel=2
+pkgver=1.3.6.2
+pkgrel=1
pkgdesc="A DNS upstream switcher written in Go in order to purify DNS records"
-arch=("i686" "x86_64" "armv6h" "armv7h")
+arch=("i686" "x86_64" "arm" "armv6h" "armv7h" "aarch64")
url="https://github.com/shawn1m/overture"
license=("MIT")
provides=("overture")