summaryrefslogtreecommitdiff
path: root/pcr/librevpn
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-06 16:48:06 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-06 16:56:46 +0100
commit4eb6c4846e729c0f521f2fc564d2ebd24535631e (patch)
tree805b04f8b51996b0312ac14c5f713718efc137da /pcr/librevpn
parenta1d82606cd0292e23593ef82802dfa90c9e986d3 (diff)
pcr/librevpn: fixed syntax errors in PKGBUILD
Diffstat (limited to 'pcr/librevpn')
-rw-r--r--pcr/librevpn/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/librevpn/PKGBUILD b/pcr/librevpn/PKGBUILD
index a8036f48f..2397f19f2 100644
--- a/pcr/librevpn/PKGBUILD
+++ b/pcr/librevpn/PKGBUILD
@@ -19,8 +19,8 @@ optdepends=(
'ruby: for graph'
sudo
)
-source=http://repo.hackcoop.com.ar/$pkgname.git/snapshot/$pkgname-$pkgver.tar.xz
-sha512sums=96a0de4e35d1fd45652c4b7ee25d7335d9b3816065b48e978274845c328b68a03623abf812119af34f1856bd05170cac8ad59f233fc3dcd63ea6c84c89a80968
+source=(http://repo.hackcoop.com.ar/$pkgname.git/snapshot/$pkgname-$pkgver.tar.xz)
+sha512sums=(96a0de4e35d1fd45652c4b7ee25d7335d9b3816065b48e978274845c328b68a03623abf812119af34f1856bd05170cac8ad59f233fc3dcd63ea6c84c89a80968)
build() {
cd $srcdir/$pkgname-$pkgver