summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2017-06-22 20:45:08 +0200
committerNicola Murino2017-06-22 20:45:08 +0200
commit61a044c97618f661d5b72af8e7c6ea7e7ad7ecae (patch)
treec547b5f42a2e227aaa21661bbf2e9db8e7ec7d88
parentfd6ac51c046045c283dbfb05eb7e6ab78888b926 (diff)
downloadaur-61a044c97618f661d5b72af8e7c6ea7e7ad7ecae.tar.gz
Update download locations
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2523e2326231..fafd5ba947f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jun 22 14:34:37 UTC 2017
+# Thu Jun 22 18:44:56 UTC 2017
pkgbase = openvpn-openssl-1.0
pkgdesc = An easy-to-use, robust and highly configurable VPN (Virtual Private Network) (build against openssl-1.0)
pkgver = 2.4.3
- pkgrel = 1
+ pkgrel = 2
url = http://openvpn.net/index.php/open-source.html
arch = i686
arch = x86_64
@@ -17,10 +17,10 @@ pkgbase = openvpn-openssl-1.0
optdepends = easy-rsa: easy CA and certificate handling
provides = openvpn
conflicts = openvpn
- source = https://swupdate.openvpn.net/community/releases/openvpn-2.4.3.tar.xz
- source = https://swupdate.openvpn.net/community/releases/openvpn-2.4.3.tar.xz.asc
+ source = http://www.eurephia.net/openvpn/openvpn-2.4.3.tar.xz
+ source = http://community.openvpn.net/openvpn/raw-attachment/wiki/release-packages-2.4.3-2.3.17/openvpn-2.4.3.tar.xz.asc
sha256sums = 7aa86167a5b8923e54e8795b814ed77288c793671f59fd830d9ab76d4b480571
- sha256sums = SKIP
+ sha256sums = 9f5f089f4a4b3e270ddb53cb0b689f4c0bad89d7e2ee08a1d4666e7ab869f210
pkgname = openvpn-openssl-1.0
diff --git a/PKGBUILD b/PKGBUILD
index d9bdc4f7b547..74a9ebef83fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=openvpn-openssl-1.0
_pkgname=openvpn
pkgver=2.4.3
-pkgrel=1
+pkgrel=2
pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private Network) (build against openssl-1.0)'
arch=('i686' 'x86_64')
url='http://openvpn.net/index.php/open-source.html'
@@ -17,9 +17,10 @@ validpgpkeys=('6D04F8F1B0173111F499795E29584D9F40864578' # Samuli Seppänen <sa
'7ACD56B74144925C6214329757DB9DAB613B8DA1' # David Sommerseth (OpenVPN Technologies, Inc) <davids@openvpn.net>
'F554A3687412CFFEBDEFE0A312F5F7B42F2B01E7') # OpenVPN - Security Mailing List <security@openvpn.net>
license=('custom')
-source=("https://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz"{,.asc})
+source=("http://www.eurephia.net/openvpn/openvpn-${pkgver}.tar.xz"
+ "http://community.openvpn.net/openvpn/raw-attachment/wiki/release-packages-2.4.3-2.3.17/openvpn-${pkgver}.tar.xz.asc")
sha256sums=('7aa86167a5b8923e54e8795b814ed77288c793671f59fd830d9ab76d4b480571'
- 'SKIP')
+ '9f5f089f4a4b3e270ddb53cb0b689f4c0bad89d7e2ee08a1d4666e7ab869f210')
build() {