summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-06-08 01:28:18 +0200
committerDaniel Peukert2022-06-08 01:28:18 +0200
commitb31c0de4c9f7eb963c6b95cbb5e4e776709d7867 (patch)
tree94b5c2cf90e5a2bc8bbaeb50196e1efab48fa839
parent4b18dcc116ac1af9496a2b27fa32a6cc2c244917 (diff)
downloadaur-b31c0de4c9f7eb963c6b95cbb5e4e776709d7867.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 187131555634..deb9c13d449f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_bin_prot
pkgdesc = Generation of bin_prot readers and writers from types
- pkgver = 0.14.0
- pkgrel = 3
+ pkgver = 0.15.0
+ pkgrel = 1
epoch = 1
url = https://github.com/janestreet/ppx_bin_prot
arch = x86_64
@@ -12,13 +12,13 @@ pkgbase = ocaml-ppx_bin_prot
arch = aarch64
license = MIT
makedepends = dune>=2.0.0
- depends = ocaml>=4.04.2
- depends = ocaml-base>=0.14.0
- depends = ocaml-bin_prot>=0.14.0
- depends = ocaml-ppx_here>=0.14.0
- depends = ocaml-ppxlib>=0.11.0
+ depends = ocaml>=4.08.0
+ depends = ocaml-base>=0.15.0
+ depends = ocaml-bin_prot>=0.15.0
+ depends = ocaml-ppx_here>=0.15.0
+ depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_bin_prot-1:0.14.0-3.tar.gz::https://github.com/janestreet/ppx_bin_prot/archive/v0.14.0.tar.gz
- sha256sums = fecad38f08b09a95eed95e541e88574bc35b2c2b6047671461a7df7f45f91f8b
+ source = ocaml-ppx_bin_prot-1:0.15.0-1.tar.gz::https://github.com/janestreet/ppx_bin_prot/archive/v0.15.0.tar.gz
+ sha512sums = 3fdc7e9431458b752d553f093762e3ed3c96af3a789eceeb94895284de961a887e358d137c21da372cadf6c0e6329628f6c698499581f672e0e1913b3274cc14
pkgname = ocaml-ppx_bin_prot
diff --git a/PKGBUILD b/PKGBUILD
index 22d3c1a56223..dc23672c1557 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_bin_prot'
pkgname="ocaml-$_projectname"
-pkgver='0.14.0'
-pkgrel='3'
+pkgver='0.15.0'
+pkgrel='1'
epoch='1'
pkgdesc='Generation of bin_prot readers and writers from types'
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-bin_prot>=0.14.0' 'ocaml-ppx_here>=0.14.0' 'ocaml-ppxlib>=0.11.0')
+depends=('ocaml>=4.08.0' 'ocaml-base>=0.15.0' 'ocaml-bin_prot>=0.15.0' 'ocaml-ppx_here>=0.15.0' 'ocaml-ppxlib>=0.23.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$epoch:$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('fecad38f08b09a95eed95e541e88574bc35b2c2b6047671461a7df7f45f91f8b')
+sha512sums=('3fdc7e9431458b752d553f093762e3ed3c96af3a789eceeb94895284de961a887e358d137c21da372cadf6c0e6329628f6c698499581f672e0e1913b3274cc14')
_sourcedirectory="$_projectname-$pkgver"