summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37b6c78a7082..11a24ab3c51e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
pkgbase = torguard
pkgdesc = TorGuard VPN Software Stay private online with TorGuard's anonymous VPN software and connect to 37+ countries worldwide.
- pkgver = 3.99.1
+ pkgver = 3.99.3
pkgrel = 1
url = https://www.torguard.com
arch = x86_64
license = custom
depends = iproute2
depends = qt5-websockets
+ depends = qt5-declarative
depends = shadowsocks-libev
depends = unbound
depends = stunnel
source = torguard.sysusers
sha256sums = b1f954c54725794f94009c72e12746f203ce6dd4318a19ad0c10d5d8684cd873
- source_x86_64 = https://updates.torguard.biz/Software/Linux/torguard-v3.99.1-amd64-arch.tar.gz
- sha256sums_x86_64 = f14ce055dde829fdb7f633b6422c81d0b9d3008c9b181fcb123f66426af7a2fc
+ source_x86_64 = https://updates.torguard.biz/Software/Linux/torguard-v3.99.3-amd64-arch.tar.gz
+ sha256sums_x86_64 = 9a7e4f44b4216c6ad6f220ef1f9862bcc90189fd4005e5c0ee4545ea60fe83cc
pkgname = torguard
diff --git a/PKGBUILD b/PKGBUILD
index 1f4763750f24..5c90330bf9ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: thatgeek
# Contributor: TorGuard Support <support@torguard.com>
pkgname=torguard
-pkgver=3.99.1
+pkgver=3.99.3
pkgrel=1
pkgdesc="TorGuard VPN Software
Stay private online with TorGuard's anonymous VPN software and connect to 37+ countries worldwide."
@@ -11,13 +11,14 @@ arch=('x86_64')
url="https://www.torguard.com"
depends=('iproute2'
'qt5-websockets'
+ 'qt5-declarative'
'shadowsocks-libev'
'unbound'
'stunnel')
license=(custom)
source_x86_64=("https://updates.torguard.biz/Software/Linux/torguard-v${pkgver}-amd64-arch.tar.gz")
source=('torguard.sysusers')
-sha256sums_x86_64=('f14ce055dde829fdb7f633b6422c81d0b9d3008c9b181fcb123f66426af7a2fc')
+sha256sums_x86_64=('9a7e4f44b4216c6ad6f220ef1f9862bcc90189fd4005e5c0ee4545ea60fe83cc')
sha256sums=('b1f954c54725794f94009c72e12746f203ce6dd4318a19ad0c10d5d8684cd873')
prepare() {