summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoredward-p2021-09-18 20:37:34 +0800
committeredward-p2021-09-18 20:37:34 +0800
commitedc06f164cf933bea22624db1e2e228ee22b749a (patch)
treed45f83a79fdd3f684a60c6d680b54f47fa95aef6
parentc0a18fe51cc161fcea2182ae2da636bbb6b6fe25 (diff)
downloadaur-edc06f164cf933bea22624db1e2e228ee22b749a.tar.gz
archwrt-ss.sh-git: update -> archwrt-ss.sh-git-r67.8218b67-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c7acfa6f255..9487a92d68a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = archwrt-ss.sh-git
pkgdesc = A simple Shadowsocks transparent proxy setup script by archwrt.
- pkgver = r66.c6e4c48
+ pkgver = r67.8218b67
pkgrel = 1
url = https://github.com/archwrt/archwrt-ss.sh
install = archwrt-ss.sh-git.install
arch = any
license = GPL
makedepends = git
- depends = dnsmasq
+ depends = smartdns
+ depends = smartdns-china-list-git
depends = ipset
depends = iptables
optdepends = simple-obfs: shadowsocks-libev plugin
diff --git a/PKGBUILD b/PKGBUILD
index 8320da0792df..5e7786136435 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Edward Pacman <edward@edward-p.xyz>
pkgname=archwrt-ss.sh-git
-pkgver=r66.c6e4c48
+pkgver=r67.8218b67
pkgrel=1
pkgdesc="A simple Shadowsocks transparent proxy setup script by archwrt."
arch=('any')
url="https://github.com/archwrt/archwrt-ss.sh"
license=('GPL')
-depends=(dnsmasq ipset iptables)
+depends=(smartdns smartdns-china-list-git ipset iptables)
backup=(etc/archwrt/ss/archwrt-ss.conf)
optdepends=('simple-obfs: shadowsocks-libev plugin'
'shadowsocks-v2ray-plugin: shadowsocks-libev plugin'