summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 20:57:23 +0200
committerDaniel Peukert2023-05-23 20:57:23 +0200
commited91d4611e8faba807ded2f9abcf5bb8cf5e3513 (patch)
tree202add01602a8b14603a81604b415c2986a26ae2
parent722309a002dd45ccda7ae866061f2c4890350f3d (diff)
downloadaur-ed91d4611e8faba807ded2f9abcf5bb8cf5e3513.tar.gz
Update janestreet packages to 0.16.0
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD12
2 files changed, 15 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08875a1b4528..5c12b217332e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,19 @@
pkgbase = ocaml-ppx_hash
pkgdesc = A ppx rewriter that generates hash functions from type expressions and definitions
- pkgver = 0.15.0
- pkgrel = 4
+ pkgver = 0.16.0
+ pkgrel = 1
url = https://github.com/janestreet/ppx_hash
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-ppx_compare>=0.15.0
- depends = ocaml-ppx_sexp_conv>=0.15.0
- depends = ocaml-ppxlib>=0.23.0
+ depends = ocaml>=4.14.0
+ depends = ocaml-base>=0.16.0
+ depends = ocaml-ppx_compare>=0.16.0
+ depends = ocaml-ppx_sexp_conv>=0.16.0
+ depends = ocaml-ppxlib>=0.28.0
options = !strip
- source = ocaml-ppx_hash-0.15.0-4.tar.gz::https://github.com/janestreet/ppx_hash/archive/v0.15.0.tar.gz
- sha512sums = 333d2b232b1d5c15fe144bafb7ad4c843e5381e71b21b25a6fb9c03b1ee98ba81580de7036580ac2d04dcdfed0af20003875b9374412b8ef130b4647c30fee6a
+ source = ocaml-ppx_hash-0.16.0-1.tar.gz::https://github.com/janestreet/ppx_hash/archive/v0.16.0.tar.gz
+ sha512sums = b06f67fa0550a40a96fd02e1b65240470a014fcf6f6d4f0f21f77d2d7f2eaba3b86faef462d329b416f9e6234f287ac3a3c72875cbac53b0532d8ab82c0199e7
pkgname = ocaml-ppx_hash
diff --git a/PKGBUILD b/PKGBUILD
index 196e041cfcd8..b474dabb447b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_hash'
pkgname="ocaml-$_projectname"
-pkgver='0.15.0'
-pkgrel='4'
+pkgver='0.16.0'
+pkgrel='1'
pkgdesc='A ppx rewriter that generates hash functions from type expressions and definitions'
-# 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-ppx_compare>=0.15.0' 'ocaml-ppx_sexp_conv>=0.15.0' 'ocaml-ppxlib>=0.23.0')
+depends=('ocaml>=4.14.0' 'ocaml-base>=0.16.0' 'ocaml-ppx_compare>=0.16.0' 'ocaml-ppx_sexp_conv>=0.16.0' 'ocaml-ppxlib>=0.28.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('333d2b232b1d5c15fe144bafb7ad4c843e5381e71b21b25a6fb9c03b1ee98ba81580de7036580ac2d04dcdfed0af20003875b9374412b8ef130b4647c30fee6a')
+sha512sums=('b06f67fa0550a40a96fd02e1b65240470a014fcf6f6d4f0f21f77d2d7f2eaba3b86faef462d329b416f9e6234f287ac3a3c72875cbac53b0532d8ab82c0199e7')
_sourcedirectory="$_projectname-$pkgver"