mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
update upstream URL
This commit is contained in:
parent
c71e5301ce
commit
7ccfb1bfe3
2 changed files with 4 additions and 7 deletions
4
.SRCINFO
4
.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
|
||||
|
|
|
|||
7
PKGBUILD
7
PKGBUILD
|
|
@ -1,7 +1,4 @@
|
|||
# Maintainer: Leonard de Ruijter <dev@systeemdenker.nl>
|
||||
# Contributor: Serge Zirukin <ftrvxmtrx@gmail.com>
|
||||
# Contributor: Sergei Lebedev <superbobry@gmail.com>
|
||||
# Contributor: Justin Davis <jrcd 83 at gmail>
|
||||
# Maintainer: nerflad <nerflad@gmail.com>
|
||||
|
||||
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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue