summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-06-08 01:30:20 +0200
committerDaniel Peukert2022-06-08 01:30:20 +0200
commit9316f9f2614907be732bba54597d650de127bb6e (patch)
treea9911f16d5d98bd23deb78505853575d0b9187c2
parent9687644fba679faea1d5e626e89b11f6ca39cf3a (diff)
downloadaur-9316f9f2614907be732bba54597d650de127bb6e.tar.gz
Update janestreet packages
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e76354e9564..ca021d9eb17a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_hash
pkgdesc = A ppx rewriter that generates hash functions from type expressions and definitions
- pkgver = 0.14.0
- pkgrel = 3
+ pkgver = 0.15.0
+ pkgrel = 1
url = https://github.com/janestreet/ppx_hash
arch = x86_64
arch = i686
@@ -11,13 +11,13 @@ pkgbase = ocaml-ppx_hash
arch = aarch64
license = MIT
makedepends = dune>=2.0.0
- depends = ocaml>=4.04.2
- depends = ocaml-base>=0.14.0
- depends = ocaml-ppx_compare>=0.14.0
- depends = ocaml-ppx_sexp_conv>=0.14.0
- depends = ocaml-ppxlib>=0.11.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
options = !strip
- source = ocaml-ppx_hash-0.14.0-3.tar.gz::https://github.com/janestreet/ppx_hash/archive/v0.14.0.tar.gz
- sha256sums = bfd7d82db037329239db5ea73b7ec08bb40979263d43858c649826408b66db2e
+ source = ocaml-ppx_hash-0.15.0-1.tar.gz::https://github.com/janestreet/ppx_hash/archive/v0.15.0.tar.gz
+ sha512sums = 333d2b232b1d5c15fe144bafb7ad4c843e5381e71b21b25a6fb9c03b1ee98ba81580de7036580ac2d04dcdfed0af20003875b9374412b8ef130b4647c30fee6a
pkgname = ocaml-ppx_hash
diff --git a/PKGBUILD b/PKGBUILD
index d3dcbf54adde..b14ddc859944 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_hash'
pkgname="ocaml-$_projectname"
-pkgver='0.14.0'
-pkgrel='3'
+pkgver='0.15.0'
+pkgrel='1'
pkgdesc='A ppx rewriter that generates hash functions from type expressions and 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-ppx_compare>=0.14.0' 'ocaml-ppx_sexp_conv>=0.14.0' 'ocaml-ppxlib>=0.11.0')
+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')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('bfd7d82db037329239db5ea73b7ec08bb40979263d43858c649826408b66db2e')
+sha512sums=('333d2b232b1d5c15fe144bafb7ad4c843e5381e71b21b25a6fb9c03b1ee98ba81580de7036580ac2d04dcdfed0af20003875b9374412b8ef130b4647c30fee6a')
_sourcedirectory="$_projectname-$pkgver"