summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-29 18:03:27 +0200
committerDaniel Peukert2020-08-29 18:03:27 +0200
commitc99b52280744c2fa1859c2d6af9cbf421d7367e7 (patch)
tree0c564fcd615058f044fe11cad31b77b252b35c2f
parent3340dd7a7fb77a0b07fbfc480d8f058febb1e053 (diff)
downloadaur-c99b52280744c2fa1859c2d6af9cbf421d7367e7.tar.gz
ocaml 4.11.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d89f7f656761..da8a8bffc6e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-core_kernel
pkgdesc = Industrial strength alternative to OCaml's standard library (system-independent part)
pkgver = 0.14.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/janestreet/core_kernel
arch = x86_64
@@ -34,7 +34,7 @@ pkgbase = ocaml-core_kernel
depends = ocaml-typerep>=0.14.0
depends = ocaml-variantslib>=0.14.0
options = !strip
- source = ocaml-core_kernel-1:0.14.0-1.tar.gz::https://github.com/janestreet/core_kernel/archive/v0.14.0.tar.gz
+ source = ocaml-core_kernel-1:0.14.0-2.tar.gz::https://github.com/janestreet/core_kernel/archive/v0.14.0.tar.gz
sha256sums = f191f320cce868930182f3f193ed515d0b17a3de4afdd60b300a46e6dbc773dd
pkgname = ocaml-core_kernel
diff --git a/PKGBUILD b/PKGBUILD
index 9a80ffb226b5..0802d60071d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='core_kernel'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc="Industrial strength alternative to OCaml's standard library (system-independent part)"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')