summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthatgeek2017-08-03 19:27:10 -0700
committerthatgeek2017-08-03 19:27:10 -0700
commitc2d62e2e425af07d1a860aeb402381545a76ed91 (patch)
tree8a44406e3ea23e363d7a03d44d13c51bd0bc51fd
parentfd04e1ab368aa9dec1c1bf7643dfc8514ad5a3df (diff)
downloadaur-c2d62e2e425af07d1a860aeb402381545a76ed91.tar.gz
Update to 0.3.70 and amd64-arch version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f2c06db3b5b..0bc9340bf585 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = torguard
pkgdesc = TorGuard VPN Software Stay private online with TorGuard's anonymous VPN software and connect to 37+ countries worldwide.
- pkgver = 0.3.69
+ pkgver = 0.3.70
pkgrel = 1
url = www.torguard.com
arch = x86_64
license = custom
depends = iproute2
- source = code_x64_0.3.69.tar.gz::http://updates.torguard.biz/Software/Linux/torguard-v0.3.69-amd64.tar.gz
- md5sums = 179cb7c1716740a2cedb66e0c0f1c02f
+ source = http://updates.torguard.biz/Software/Linux/torguard-v0.3.70-amd64-arch.tar.gz
+ md5sums = 224802da0a684b94f48678a4d3f5ae58
pkgname = torguard
diff --git a/PKGBUILD b/PKGBUILD
index f9bde51e0744..7f457dacfc95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: coco
# Co-Maintainer: thatgeek
pkgname=torguard
-pkgver=0.3.69
+pkgver=0.3.70
pkgrel=1
pkgdesc="TorGuard VPN Software
Stay private online with TorGuard's anonymous VPN software and connect to 37+ countries worldwide."
@@ -9,13 +9,13 @@ arch=('x86_64')
url="www.torguard.com"
depends=('iproute2')
license=(custom)
-source=(code_x64_${pkgver}.tar.gz::http://updates.torguard.biz/Software/Linux/torguard-v0.3.69-amd64.tar.gz)
-md5sums=('179cb7c1716740a2cedb66e0c0f1c02f')
+source=(http://updates.torguard.biz/Software/Linux/torguard-v0.3.70-amd64-arch.tar.gz)
+md5sums=('224802da0a684b94f48678a4d3f5ae58')
package() {
mkdir -p "$pkgdir/opt/${pkgname}"
- cp -r "${srcdir}/${pkgname}-v0.3.69-amd64/"* "${pkgdir}/opt/${pkgname}" -R
+ cp -r "${srcdir}/${pkgname}-v0.3.70-amd64-arch/"* "${pkgdir}/opt/${pkgname}" -R
find "$pkgdir"/opt/torguard/ -type f -exec chmod 644 {} \;
find "$pkgdir"/opt/torguard/ -name torguard -exec chmod 755 {} \;
find "$pkgdir"/opt/torguard/ -name torguard-wrapper -exec chmod 755 {} \;