summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2018-06-27 21:25:34 +0200
committerJakob Gahde2018-06-27 21:25:34 +0200
commitb029602ef02f87c88a272cd5ed45d3ca1f566488 (patch)
treef68c40c350738f100982aac195ecfe9ed6fd4817
parent5e8e903de35bdc6ad580720d445180fe9bb0d870 (diff)
downloadaur-b029602ef02f87c88a272cd5ed45d3ca1f566488.tar.gz
ocaml-ppx_deriving 4.2.1: New version
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28a7abdb5f12..1e220e81e543 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,23 @@
# Generated by mksrcinfo v8
-# Sun Oct 30 10:06:46 UTC 2016
+# Wed Jun 27 19:25:19 UTC 2018
pkgbase = ocaml-ppx_deriving
pkgdesc = Type-driven code generation for OCaml >=4.02
- pkgver = 4.1
+ pkgver = 4.2.1
pkgrel = 1
- url = https://github.com/whitequark/ppx_deriving
+ url = https://github.com/ocaml-ppx/ppx_deriving
arch = i686
arch = x86_64
license = MIT
+ makedepends = ocamlbuild
makedepends = ocaml-findlib
makedepends = cppo
depends = ocaml
+ depends = ocaml-migrate-parsetree
+ depends = ocaml-ppx_derivers
depends = ocaml-ppx_tools
depends = ocaml-result
- source = https://github.com/whitequark/ppx_deriving/archive/v4.1.tar.gz
- md5sums = 6a0cf323c97434c5a6d8529ea7e084db
+ source = https://github.com/ocaml-ppx/ppx_deriving/archive/v4.2.1.tar.gz
+ md5sums = 2195fccf2a527c3ff9ec5b4e36e2f0a8
pkgname = ocaml-ppx_deriving
diff --git a/PKGBUILD b/PKGBUILD
index 21b4b16a5987..d03c27314445 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_pkgname=ppx_deriving
pkgname=ocaml-${_pkgname}
-pkgver=4.1
+pkgver=4.2.1
pkgrel=1
pkgdesc="Type-driven code generation for OCaml >=4.02"
arch=('i686' 'x86_64')
-url="https://github.com/whitequark/ppx_deriving"
+url="https://github.com/ocaml-ppx/ppx_deriving"
license=('MIT')
-depends=('ocaml' 'ocaml-ppx_tools' 'ocaml-result')
-makedepends=('ocaml-findlib' 'cppo')
-source=("https://github.com/whitequark/${_pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('6a0cf323c97434c5a6d8529ea7e084db')
+depends=('ocaml' 'ocaml-migrate-parsetree' 'ocaml-ppx_derivers' 'ocaml-ppx_tools' 'ocaml-result')
+makedepends=('ocamlbuild' 'ocaml-findlib' 'cppo')
+source=("https://github.com/ocaml-ppx/${_pkgname}/archive/v${pkgver}.tar.gz")
+md5sums=('2195fccf2a527c3ff9ec5b4e36e2f0a8')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"