mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Support package rename: jbuilder -> dune
This commit is contained in:
parent
ec0c2411d3
commit
80a5adbfb3
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,16 +1,16 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Fri Jan 26 13:06:06 UTC 2018
|
||||
# Sun Feb 4 00:13:01 UTC 2018
|
||||
pkgbase = ocaml-yojson
|
||||
pkgdesc = An optimized parsing and printing library for JSON
|
||||
pkgver = 1.4.0
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/mjambon/yojson
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
arch = armv7h
|
||||
license = BSD
|
||||
makedepends = ocaml-findlib
|
||||
makedepends = jbuilder
|
||||
makedepends = dune
|
||||
makedepends = cppo
|
||||
depends = ocaml-biniou
|
||||
depends = ocaml-easy-format
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,13 +3,13 @@
|
|||
pkgname=ocaml-yojson
|
||||
_oname=yojson
|
||||
pkgver=1.4.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='An optimized parsing and printing library for JSON'
|
||||
arch=('i686' 'x86_64' 'armv7h')
|
||||
options=('!makeflags' '!strip' 'staticlibs')
|
||||
license=('BSD')
|
||||
depends=('ocaml-biniou' 'ocaml-easy-format')
|
||||
makedepends=('ocaml-findlib' 'jbuilder' 'cppo')
|
||||
makedepends=('ocaml-findlib' 'dune' 'cppo')
|
||||
url="https://github.com/mjambon/yojson"
|
||||
source=("https://github.com/mjambon/${_oname}/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('7d06340b769ed6ff5b2171a0e820d1e8f4337aef3929090fc976efe845639146')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue