summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-06-08 01:28:45 +0200
committerDaniel Peukert2022-06-08 01:28:45 +0200
commitf125da23973756412e1b114dbbb66085cd9fb377 (patch)
treea3a72ab91ba0f6a4ade4acd18a4f5b3b7bea675b
parentc3e0f8ad1fd799b9fab6c35b9bd996ea6f36f4db (diff)
downloadaur-f125da23973756412e1b114dbbb66085cd9fb377.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 50b93fe2249d..bf83a8b1ed9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_compare
pkgdesc = Generation of comparison functions from types
- pkgver = 0.14.0
- pkgrel = 3
+ pkgver = 0.15.0
+ pkgrel = 1
epoch = 1
url = https://github.com/janestreet/ppx_compare
arch = x86_64
@@ -12,11 +12,11 @@ pkgbase = ocaml-ppx_compare
arch = aarch64
license = MIT
makedepends = dune>=2.0.0
- depends = ocaml>=4.04.2
- depends = ocaml-base>=0.14.0
- depends = ocaml-ppxlib>=0.11.0
+ depends = ocaml>=4.08.0
+ depends = ocaml-base>=0.15.0
+ depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_compare-1:0.14.0-3.tar.gz::https://github.com/janestreet/ppx_compare/archive/v0.14.0.tar.gz
- sha256sums = 9ecd7d68da862913b4ebc70d2e9f5d31baf45063b61a6e86a6f4a71182c5d525
+ source = ocaml-ppx_compare-1:0.15.0-1.tar.gz::https://github.com/janestreet/ppx_compare/archive/v0.15.0.tar.gz
+ sha512sums = 2c2ae8bdaf08a478bcabdcdcd724abb53773c8633273d3d7a9f8a8eab01d04c281d11299f2890a2f9919adcf38a65bcfcfd79c613f27325e536e2d7cf0527781
pkgname = ocaml-ppx_compare
diff --git a/PKGBUILD b/PKGBUILD
index 037ba67de43f..0ba02ad1a263 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_compare'
pkgname="ocaml-$_projectname"
-pkgver='0.14.0'
-pkgrel='3'
+pkgver='0.15.0'
+pkgrel='1'
epoch='1'
pkgdesc='Generation of comparison functions 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-ppxlib>=0.11.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-$epoch:$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('9ecd7d68da862913b4ebc70d2e9f5d31baf45063b61a6e86a6f4a71182c5d525')
+sha512sums=('2c2ae8bdaf08a478bcabdcdcd724abb53773c8633273d3d7a9f8a8eab01d04c281d11299f2890a2f9919adcf38a65bcfcfd79c613f27325e536e2d7cf0527781')
_sourcedirectory="$_projectname-$pkgver"