summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordramm2018-11-02 17:20:41 -0300
committerdramm2018-11-02 17:20:41 -0300
commit4cf72c045bc7975971c6204eea14f7f80d378747 (patch)
tree86125f6cb9d7173b3b67ea5925e66fb88019ae21
parente9b5f97b190cb5b85a83d75952793ca61c452edf (diff)
downloadaur-4cf72c045bc7975971c6204eea14f7f80d378747.tar.gz
Added source_x86_64 to PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fdc42353e17..1d76c0416a6d 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 = 1
+ pkgrel = 2
url = https://www.torguard.com
arch = x86_64
license = custom
@@ -10,10 +10,10 @@ pkgbase = torguard
depends = openvpn
depends = shadowsocks-libev
depends = stunnel
- source = https://updates.torguard.biz/Software/Linux/torguard-v3.90.0-amd64-arch.tar.gz
source = torguard.sysusers
sha256sums = 710481abbee583a74394a0a95d0e6440e6b79532361ba4e5831e43ca02686bdb
sha256sums = b1f954c54725794f94009c72e12746f203ce6dd4318a19ad0c10d5d8684cd873
+ source_x86_64 = https://updates.torguard.biz/Software/Linux/torguard-v3.90.0-amd64-arch.tar.gz
pkgname = torguard
diff --git a/PKGBUILD b/PKGBUILD
index 0c2f95fcdedf..13877fd40ae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: TorGuard Support <support@torguard.com>
pkgname=torguard
pkgver=3.90.0
-pkgrel=1
+pkgrel=2
pkgdesc="TorGuard VPN Software
Stay private online with TorGuard's anonymous VPN software and connect to 37+ countries worldwide."
arch=('x86_64')
@@ -15,8 +15,8 @@ depends=('iproute2'
'shadowsocks-libev'
'stunnel')
license=(custom)
-source=("https://updates.torguard.biz/Software/Linux/torguard-v3.90.0-amd64-arch.tar.gz"
- 'torguard.sysusers')
+source_x86_64=("https://updates.torguard.biz/Software/Linux/torguard-v${pkgver}-amd64-arch.tar.gz")
+source=('torguard.sysusers')
sha256sums=('710481abbee583a74394a0a95d0e6440e6b79532361ba4e5831e43ca02686bdb'
'b1f954c54725794f94009c72e12746f203ce6dd4318a19ad0c10d5d8684cd873')