summaryrefslogtreecommitdiff
path: root/pcr/librevpn-git
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-06 16:55:37 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-06 16:56:49 +0100
commite85662e28fdcbebe55a5cc24c02adc15d6d1c1ae (patch)
tree96382260be699aec23c7567e083d497ecd961ca0 /pcr/librevpn-git
parent146240b2e6141980ca8795a07e1136e6e80b5db6 (diff)
downloadabslibre-e85662e28fdcbebe55a5cc24c02adc15d6d1c1ae.tar.gz
abslibre-e85662e28fdcbebe55a5cc24c02adc15d6d1c1ae.tar.bz2
abslibre-e85662e28fdcbebe55a5cc24c02adc15d6d1c1ae.zip
pcr/librevpn-git: fixed syntax errors in PKGBUILD
Diffstat (limited to 'pcr/librevpn-git')
-rw-r--r--pcr/librevpn-git/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/librevpn-git/PKGBUILD b/pcr/librevpn-git/PKGBUILD
index d1feb074b..b05802097 100644
--- a/pcr/librevpn-git/PKGBUILD
+++ b/pcr/librevpn-git/PKGBUILD
@@ -38,8 +38,8 @@ optdepends=(
)
provides=($_pkgname)
conflicts=($_pkgname)
-source=$_srcname-$_commit.tar.xz::http://repo.hackcoop.com.ar/$_pkgname.git/snapshot/$_commit.tar.xz
-sha512sums=$_sha512sums
+source=($_srcname-$_commit.tar.xz::http://repo.hackcoop.com.ar/$_pkgname.git/snapshot/$_commit.tar.xz)
+sha512sums=($_sha512sums)
build() {
cd $srcdir/$_commit