diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-06 16:48:06 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-06 16:56:46 +0100 |
commit | 4eb6c4846e729c0f521f2fc564d2ebd24535631e (patch) | |
tree | 805b04f8b51996b0312ac14c5f713718efc137da | |
parent | a1d82606cd0292e23593ef82802dfa90c9e986d3 (diff) | |
download | abslibre-4eb6c4846e729c0f521f2fc564d2ebd24535631e.tar.gz abslibre-4eb6c4846e729c0f521f2fc564d2ebd24535631e.tar.bz2 abslibre-4eb6c4846e729c0f521f2fc564d2ebd24535631e.zip |
pcr/librevpn: fixed syntax errors in PKGBUILD
-rw-r--r-- | pcr/librevpn/PKGBUILD | 4 |
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 |