summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2015-07-14 12:03:32 +0300
committerAdrian Perez de Castro2015-07-14 12:03:32 +0300
commitb99c1a5957bb264d7c67d34db68f3028fd4fefce (patch)
tree6da26aa89a389e6fe904a6f3b5a38d6a7cb18a33 /PKGBUILD
parent270b29c6dd1bd1eaedf541cb9b6fa09fb2e01895 (diff)
downloadaur-b99c1a5957bb264d7c67d34db68f3028fd4fefce.tar.gz
Use GitHub URLs, also for source downloads
The original URL does not lead to the website of the project anymore, and provided that Google Code is being abandoned, it seems better to also make source downloads from GitHub.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4cd040b7672..96073bb90bc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
pkgname='sigmavpn'
pkgver='0.2'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Light-weight, secure and modular VPN solution'
-url='http://frozenriver.net/SigmaVPN'
+url='https://github.com/neilalexander/sigmavpn/'
license=('BSD')
depends=('libsodium')
source=(
- "http://sigmavpn.googlecode.com/files/${pkgname}-${pkgver}.tar.gz"
+ "${url}/archive/v${pkgver}.tar.gz"
fix-paths.patch
Makefile
sigmavpn.conf
)
-sha1sums=('711c43967208ec1f4d1c6fc9ef36e19830405bc5'
+sha1sums=('8fb0e9eb03a0650d10fc3589381944b6b19a437e'
'59a308938341d1e13373b49ce482bb642fbc06fc'
'fb0fc62c58049feee34247efe99d619d9f6459b6'
'a5dd10b1599079f45bba4398fb295696c76cd9f2')