summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 20:59:48 +0200
committerDaniel Peukert2023-05-23 20:59:48 +0200
commit55c7463e6a04709ec93c430ff880e8498db00946 (patch)
tree6552cb10e182e5d398dfcb86f6c2a7f57f8baf27
parent010548cbd2c4fa9edc88713a714173f73f3e472e (diff)
downloadaur-55c7463e6a04709ec93c430ff880e8498db00946.tar.gz
Update janestreet packages to 0.16.0
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ef8bc7b76c8..e4eae0bc67d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,19 @@
pkgbase = ocaml-ppx_typerep_conv
pkgdesc = Generation of runtime types from type declarations
- pkgver = 0.15.0
- pkgrel = 4
+ pkgver = 0.16.0
+ pkgrel = 1
epoch = 1
url = https://github.com/janestreet/ppx_typerep_conv
arch = x86_64
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = MIT
makedepends = dune>=2.0.0
- depends = ocaml>=4.08.0
- depends = ocaml-base>=0.15.0
- depends = ocaml-typerep>=0.15.0
- depends = ocaml-ppxlib>=0.23.0
+ depends = ocaml>=4.14.0
+ depends = ocaml-base>=0.16.0
+ depends = ocaml-typerep>=0.16.0
+ depends = ocaml-ppxlib>=0.28.0
options = !strip
- source = ocaml-ppx_typerep_conv-1:0.15.0-4.tar.gz::https://github.com/janestreet/ppx_typerep_conv/archive/v0.15.0.tar.gz
- sha512sums = 3f5bb2c70674e5f6219daa883fe948023a60558c9560c5d8e6b187e0420adf8767ce4f5cca06fe7edccd52e531b2e79d962f7fdc7502cb63280c364627621c73
+ source = ocaml-ppx_typerep_conv-1:0.16.0-1.tar.gz::https://github.com/janestreet/ppx_typerep_conv/archive/v0.16.0.tar.gz
+ sha512sums = 842f3caeb22b7d1feb1de9f599ffe2474365704e7ce9c05366b9714bcbf165791eda8b16d420a3a64ccc8ea44a9b2178ffddaa8e3ad005c6536c3559f2da295a
pkgname = ocaml-ppx_typerep_conv
diff --git a/PKGBUILD b/PKGBUILD
index f78dc928f767..f7cf10a19300 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_typerep_conv'
pkgname="ocaml-$_projectname"
-pkgver='0.15.0'
-pkgrel='4'
+pkgver='0.16.0'
+pkgrel='1'
epoch='1'
pkgdesc='Generation of runtime types from type declarations'
-# If you're running on i686, pentium4, armv7h or aarch64, you have to add it to the arch array of the ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
-arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
+# If you're running on aarch64, you have to add it to the arch array of the ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
+arch=('x86_64' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
-depends=('ocaml>=4.08.0' 'ocaml-base>=0.15.0' 'ocaml-typerep>=0.15.0' 'ocaml-ppxlib>=0.23.0')
+depends=('ocaml>=4.14.0' 'ocaml-base>=0.16.0' 'ocaml-typerep>=0.16.0' 'ocaml-ppxlib>=0.28.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$epoch:$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('3f5bb2c70674e5f6219daa883fe948023a60558c9560c5d8e6b187e0420adf8767ce4f5cca06fe7edccd52e531b2e79d962f7fdc7502cb63280c364627621c73')
+sha512sums=('842f3caeb22b7d1feb1de9f599ffe2474365704e7ce9c05366b9714bcbf165791eda8b16d420a3a64ccc8ea44a9b2178ffddaa8e3ad005c6536c3559f2da295a')
_sourcedirectory="$_projectname-$pkgver"