summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Bailey2017-11-17 13:36:30 -0500
committerEric Bailey2017-11-17 13:36:30 -0500
commitf15014b56adf7c98db4d83551facd01b5c8db6be (patch)
treeb6359989cbeb94d674ead9103316569dff67104f /PKGBUILD
parent7ccfb1bfe3814c41adaef29da37cfb69820543cd (diff)
downloadaur-f15014b56adf7c98db4d83551facd01b5c8db6be.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 d05025f9271d..e08c6cfff5e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ options=('!strip' 'staticlibs')
license=('BSD')
depends=('ocaml-biniou' 'ocaml-easy-format')
makedepends=('ocaml-findlib' 'ocamlbuild' 'cppo')
-url=('https://github.com/mjambon/yojson')
+url="https://github.com/mjambon/yojson"
source=("https://github.com/mjambon/${_oname}/archive/v${pkgver}.tar.gz")
options=(!makeflags)
sha256sums=('de5ad4fd681f58ae5a670f0a43684873cc6ca50bdf52e63ac0c4b8a8bbe1d51a')