summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-02-18 18:06:43 +0100
committerDaniel Peukert2021-02-18 18:06:43 +0100
commit256932eb9599cc59fc56953550437ad600562d8e (patch)
treef60b05a7ad693e0b3d28019bf594de2aa6443ec8
parent7f94dfad7c0b6d56b85c3806087f7406043abf3e (diff)
downloadaur-256932eb9599cc59fc56953550437ad600562d8e.tar.gz
Update ocaml-ppx_sexp_conv to 0.14.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83991d3265a3..c148968f3465 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-ppx_sexp_conv
pkgdesc = Generation of S-expression conversion functions from type definitions
- pkgver = 0.14.2
+ pkgver = 0.14.3
pkgrel = 1
epoch = 1
url = https://github.com/janestreet/ppx_sexp_conv
@@ -14,10 +14,10 @@ pkgbase = ocaml-ppx_sexp_conv
makedepends = dune>=2.0.0
depends = ocaml>=4.04.2
depends = ocaml-base>=0.14.0
- depends = ocaml-ppxlib>=0.18.0
+ depends = ocaml-ppxlib>=0.22.0
depends = ocaml-sexplib0>=0.14.0
options = !strip
- source = ocaml-ppx_sexp_conv-1:0.14.2-1.tar.gz::https://github.com/janestreet/ppx_sexp_conv/archive/v0.14.2.tar.gz
- sha256sums = a91322a332becd21b616db9f1493e8572a740870d5476d8920419842ec0adb94
+ source = ocaml-ppx_sexp_conv-1:0.14.3-1.tar.gz::https://github.com/janestreet/ppx_sexp_conv/archive/v0.14.3.tar.gz
+ sha256sums = 2fc1f46e14016c93b0ba89a2af263e36a51957a53608751361f07ad3349c7639
pkgname = ocaml-ppx_sexp_conv
diff --git a/PKGBUILD b/PKGBUILD
index 77e6f2122cac..0ea3fdb0ca22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_sexp_conv'
pkgname="ocaml-$_projectname"
-pkgver='0.14.2'
+pkgver='0.14.3'
pkgrel='1'
epoch='1'
pkgdesc='Generation of S-expression conversion functions from type definitions'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
-depends=('ocaml>=4.04.2' 'ocaml-base>=0.14.0' 'ocaml-ppxlib>=0.18.0' 'ocaml-sexplib0>=0.14.0')
+depends=('ocaml>=4.04.2' 'ocaml-base>=0.14.0' 'ocaml-ppxlib>=0.22.0' 'ocaml-sexplib0>=0.14.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$epoch:$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('a91322a332becd21b616db9f1493e8572a740870d5476d8920419842ec0adb94')
+sha256sums=('2fc1f46e14016c93b0ba89a2af263e36a51957a53608751361f07ad3349c7639')
_sourcedirectory="$_projectname-$pkgver"