summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-06-08 01:33:45 +0200
committerDaniel Peukert2022-06-08 01:33:45 +0200
commitf5cf68f47b431a37477f4c6207ba351b42212b45 (patch)
treecf3338c82cc46dd05d596a595702c0941e576bb7
parentc000b91adf39ca847ff4976fc7affddd7ed777ab (diff)
downloadaur-f5cf68f47b431a37477f4c6207ba351b42212b45.tar.gz
Update janestreet packages
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00e38d3f2439..aa85d20bf24f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_stable
pkgdesc = Stable types conversions generator
- pkgver = 0.14.1
- pkgrel = 3
+ pkgver = 0.15.0
+ pkgrel = 1
url = https://github.com/janestreet/ppx_stable
arch = x86_64
arch = i686
@@ -11,11 +11,11 @@ pkgbase = ocaml-ppx_stable
arch = aarch64
license = MIT
makedepends = dune>=2.0.0
- depends = ocaml>=4.04.2
- depends = ocaml-base>=0.14.0
- depends = ocaml-ppxlib>=0.14.0
+ depends = ocaml>=4.08.0
+ depends = ocaml-base>=0.15.0
+ depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_stable-0.14.1-3.tar.gz::https://github.com/janestreet/ppx_stable/archive/v0.14.1.tar.gz
- sha256sums = 0160ddd002fba9917c22dfaf29641c698ee8ebd4df52b76cd79a96b8338d88b7
+ source = ocaml-ppx_stable-0.15.0-1.tar.gz::https://github.com/janestreet/ppx_stable/archive/v0.15.0.tar.gz
+ sha512sums = 1be50f061d55ea0fcb8bd846955da3ceb07b97986d74a06b41c0f6b5c0dfb3a55f9e39e47f64ae227ecce89dd31dc3b03082031748982419d4ce9a14b5cdb436
pkgname = ocaml-ppx_stable
diff --git a/PKGBUILD b/PKGBUILD
index 349b40efa920..c9bbfc00e0b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='ppx_stable'
pkgname="ocaml-$_projectname"
-pkgver='0.14.1'
-pkgrel='3'
+pkgver='0.15.0'
+pkgrel='1'
pkgdesc='Stable types conversions generator'
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-ppxlib>=0.14.0')
+depends=('ocaml>=4.08.0' 'ocaml-base>=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=('0160ddd002fba9917c22dfaf29641c698ee8ebd4df52b76cd79a96b8338d88b7')
+sha512sums=('1be50f061d55ea0fcb8bd846955da3ceb07b97986d74a06b41c0f6b5c0dfb3a55f9e39e47f64ae227ecce89dd31dc3b03082031748982419d4ce9a14b5cdb436')
_sourcedirectory="$_projectname-$pkgver"