diff --git a/.SRCINFO b/.SRCINFO index 13a75df9df48..bba05232a53a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,10 +1,10 @@ # Generated by mksrcinfo v8 -# Mon Oct 16 01:20:36 UTC 2017 +# Fri Nov 17 01:49:17 UTC 2017 pkgbase = ocaml-yojson pkgdesc = An optimized parsing and printing library for JSON pkgver = 1.3.3 pkgrel = 1 - url = http://mjambon.com/yojson.html + url = https://github.com/mjambon/yojson arch = i686 arch = x86_64 arch = armv7h diff --git a/PKGBUILD b/PKGBUILD index aab4676a9713..d05025f9271d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,4 @@ -# Maintainer: Leonard de Ruijter -# Contributor: Serge Zirukin -# Contributor: Sergei Lebedev -# Contributor: Justin Davis +# Maintainer: nerflad pkgname=ocaml-yojson _oname=yojson @@ -13,7 +10,7 @@ options=('!strip' 'staticlibs') license=('BSD') depends=('ocaml-biniou' 'ocaml-easy-format') makedepends=('ocaml-findlib' 'ocamlbuild' 'cppo') -url='http://mjambon.com/yojson.html' +url=('https://github.com/mjambon/yojson') source=("https://github.com/mjambon/${_oname}/archive/v${pkgver}.tar.gz") options=(!makeflags) sha256sums=('de5ad4fd681f58ae5a670f0a43684873cc6ca50bdf52e63ac0c4b8a8bbe1d51a')