summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Bailey2017-11-17 13:32:13 -0500
committerEric Bailey2017-11-17 13:32:13 -0500
commit2990d69907bd01cf45e2fa83932aa6b220f42632 (patch)
treee462e2cbde56c9190f3cee16c56942c99509fd8e
parentf66edbe20152b3d3bf357c12d02a598bbf09823c (diff)
downloadaur-2990d69907bd01cf45e2fa83932aa6b220f42632.tar.gz
fix defining URL in an array (not necessary)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b34c8c0a4a2..4a766d1e79e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Nov 17 01:43:58 UTC 2017
+# Fri Nov 17 18:31:54 UTC 2017
pkgbase = cppo
pkgdesc = The C preprocessor written in OCaml
pkgver = 1.6.0
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')