summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Bailey2017-11-17 13:32:13 -0500
committerEric Bailey2017-11-17 13:32:13 -0500
commit2990d69907bd01cf45e2fa83932aa6b220f42632 (patch)
treee462e2cbde56c9190f3cee16c56942c99509fd8e /PKGBUILD
parentf66edbe20152b3d3bf357c12d02a598bbf09823c (diff)
downloadaur-2990d69907bd01cf45e2fa83932aa6b220f42632.tar.gz
fix defining URL in an array (not necessary)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00d2dace6fe1..d1516dbd42e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64' 'armv7h')
license=('BSD')
depends=('glibc')
makedepends=('jbuilder' 'ocaml-findlib' 'ocamlbuild' 'clingo' 'python2')
-url=('https://github.com/mjambon/cppo')
+url="https://github.com/mjambon/cppo"
source=("https://github.com/mjambon/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('29cb0223adc1f0c4c5238d6c7bf8931b909505aed349fde398fbf1a39eaa1819')