summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d76c0416a6d..39b6483c742c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = torguard
pkgdesc = TorGuard VPN Software Stay private online with TorGuard's anonymous VPN software and connect to 37+ countries worldwide.
pkgver = 3.90.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.torguard.com
arch = x86_64
license = custom
@@ -11,9 +11,9 @@ pkgbase = torguard
depends = shadowsocks-libev
depends = stunnel
source = torguard.sysusers
- sha256sums = 710481abbee583a74394a0a95d0e6440e6b79532361ba4e5831e43ca02686bdb
sha256sums = b1f954c54725794f94009c72e12746f203ce6dd4318a19ad0c10d5d8684cd873
source_x86_64 = https://updates.torguard.biz/Software/Linux/torguard-v3.90.0-amd64-arch.tar.gz
+ sha256sums_x86_64 = 710481abbee583a74394a0a95d0e6440e6b79532361ba4e5831e43ca02686bdb
pkgname = torguard
diff --git a/PKGBUILD b/PKGBUILD
index 13877fd40ae2..234762e64dca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: TorGuard Support <support@torguard.com>
pkgname=torguard
pkgver=3.90.0
-pkgrel=2
+pkgrel=3
pkgdesc="TorGuard VPN Software
Stay private online with TorGuard's anonymous VPN software and connect to 37+ countries worldwide."
arch=('x86_64')
@@ -17,8 +17,8 @@ depends=('iproute2'
license=(custom)
source_x86_64=("https://updates.torguard.biz/Software/Linux/torguard-v${pkgver}-amd64-arch.tar.gz")
source=('torguard.sysusers')
-sha256sums=('710481abbee583a74394a0a95d0e6440e6b79532361ba4e5831e43ca02686bdb'
- 'b1f954c54725794f94009c72e12746f203ce6dd4318a19ad0c10d5d8684cd873')
+sha256sums_x86_64=('710481abbee583a74394a0a95d0e6440e6b79532361ba4e5831e43ca02686bdb')
+sha256sums=('b1f954c54725794f94009c72e12746f203ce6dd4318a19ad0c10d5d8684cd873')
prepare() {
tar -xf "${srcdir}/${pkgname}-v${pkgver}-amd64-arch/torguard-v${pkgver}-amd64-arch.tar"