summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-21 23:08:02 +0200
committerDaniel Peukert2020-08-21 23:08:02 +0200
commit04e4c1175e0215db7e13f3ea31d4207eadafd712 (patch)
treeaa5fdf498818c09d2ce688dc4c97483ab15f32a7
parentcdf1079b4676e4cb2c2b88937ba92adbad33a600 (diff)
downloadaur-04e4c1175e0215db7e13f3ea31d4207eadafd712.tar.gz
Updated ocaml-ppx_typerep_conv to 0.14.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c20c6b270d60..1946adee5b8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-ppx_typerep_conv
pkgdesc = Generation of runtime types from type declarations
- pkgver = 0.14.0
+ pkgver = 0.14.1
pkgrel = 1
epoch = 1
url = https://github.com/janestreet/ppx_typerep_conv
@@ -15,9 +15,9 @@ pkgbase = ocaml-ppx_typerep_conv
depends = ocaml>=4.04.2
depends = ocaml-base>=0.14.0
depends = ocaml-typerep>=0.14.0
- depends = ocaml-ppxlib>=0.11.0
+ depends = ocaml-ppxlib>=0.14.0
options = !strip
- source = ocaml-ppx_typerep_conv-1:0.14.0-1.tar.gz::https://github.com/janestreet/ppx_typerep_conv/archive/v0.14.0.tar.gz
- sha256sums = ac59f35fd65bfbbd95dd2a4a881bcb23f05575774c4534d5035ecbc254d5ef6f
+ source = ocaml-ppx_typerep_conv-1:0.14.1-1.tar.gz::https://github.com/janestreet/ppx_typerep_conv/archive/v0.14.1.tar.gz
+ sha256sums = 92e58fec59e83b972b53b4c72b1202192beaf83c53560357d05c948e4867dc14
pkgname = ocaml-ppx_typerep_conv
diff --git a/PKGBUILD b/PKGBUILD
index a18f761818ee..12053ce6406f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_typerep_conv'
pkgname="ocaml-$_projectname"
-pkgver='0.14.0'
+pkgver='0.14.1'
pkgrel='1'
epoch='1'
pkgdesc='Generation of runtime types from type declarations'
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-typerep>=0.14.0' 'ocaml-ppxlib>=0.11.0')
+depends=('ocaml>=4.04.2' 'ocaml-base>=0.14.0' 'ocaml-typerep>=0.14.0' 'ocaml-ppxlib>=0.14.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$epoch:$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('ac59f35fd65bfbbd95dd2a4a881bcb23f05575774c4534d5035ecbc254d5ef6f')
+sha256sums=('92e58fec59e83b972b53b4c72b1202192beaf83c53560357d05c948e4867dc14')
_sourcedirectory="$_projectname-$pkgver"