summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-08-18 13:19:32 +0200
committerDaniel Peukert2021-08-18 13:19:32 +0200
commit7105f5b83301acf59173b9fc4185f171a81f3aa7 (patch)
tree9ece70dd80714d3017c4040fc6f23389beb5bffe
parentb017462a43c6942eed334305513e0bffd6239a58 (diff)
downloadaur-7105f5b83301acf59173b9fc4185f171a81f3aa7.tar.gz
Update ocaml-core_kernel to 0.14.2, ocaml-ppx_optcomp to 0.14.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62776f363c80..13ed6f283028 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_optcomp
pkgdesc = Optional compilation for OCaml
- pkgver = 0.14.2
- pkgrel = 2
+ pkgver = 0.14.3
+ pkgrel = 1
epoch = 1
url = https://github.com/janestreet/ppx_optcomp
arch = x86_64
@@ -12,12 +12,12 @@ pkgbase = ocaml-ppx_optcomp
arch = aarch64
license = MIT
makedepends = dune>=2.0.0
- depends = ocaml>=4.04.2
+ depends = ocaml>=4.08.0
depends = ocaml-base>=0.14.0
depends = ocaml-stdio>=0.14.0
depends = ocaml-ppxlib>=0.18.0
options = !strip
- source = ocaml-ppx_optcomp-1:0.14.2-2.tar.gz::https://github.com/janestreet/ppx_optcomp/archive/v0.14.2.tar.gz
- sha256sums = a52dd9a270bfbfd0aaf8f5ec75f3824184c6700e5bd3196c1aa6664df745ee05
+ source = ocaml-ppx_optcomp-1:0.14.3-1.tar.gz::https://github.com/janestreet/ppx_optcomp/archive/v0.14.3.tar.gz
+ sha256sums = 3601a4fc1e67b90735985015d12b12168bfacffd529ed17253b1fd512f80bf2f
pkgname = ocaml-ppx_optcomp
diff --git a/PKGBUILD b/PKGBUILD
index 15dd1c8f8bf8..4a5891839e5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_optcomp'
pkgname="ocaml-$_projectname"
-pkgver='0.14.2'
-pkgrel='2'
+pkgver='0.14.3'
+pkgrel='1'
epoch='1'
pkgdesc='Optional compilation for OCaml'
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-stdio>=0.14.0' 'ocaml-ppxlib>=0.18.0')
+depends=('ocaml>=4.08.0' 'ocaml-base>=0.14.0' 'ocaml-stdio>=0.14.0' 'ocaml-ppxlib>=0.18.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$epoch:$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('a52dd9a270bfbfd0aaf8f5ec75f3824184c6700e5bd3196c1aa6664df745ee05')
+sha256sums=('3601a4fc1e67b90735985015d12b12168bfacffd529ed17253b1fd512f80bf2f')
_sourcedirectory="$_projectname-$pkgver"