summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 21:53:39 +0200
committerDaniel Peukert2022-08-10 21:53:39 +0200
commit104983c80329c36865a2abb49f2b51d589e535dc (patch)
treedb31c505712fe5d0f0c4556c61ae1f42e613b7de
parentfd9c5ca17c87970dd21b4e2c74bfb3e0d0a3f09c (diff)
downloadaur-104983c80329c36865a2abb49f2b51d589e535dc.tar.gz
ocaml 4.14.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73f2263d85af..6fd9841cf705 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-core
pkgdesc = Industrial strength alternative to OCaml's standard library
pkgver = 0.15.0
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://github.com/janestreet/core
arch = x86_64
@@ -34,7 +34,7 @@ pkgbase = ocaml-core
depends = ocaml-typerep>=0.15.0
depends = ocaml-variantslib>=0.15.0
options = !strip
- source = ocaml-core-1:0.15.0-3.tar.gz::https://github.com/janestreet/core/archive/v0.15.0.tar.gz
+ source = ocaml-core-1:0.15.0-4.tar.gz::https://github.com/janestreet/core/archive/v0.15.0.tar.gz
sha512sums = a73a3c1c6f0ade9a9e49917bb896e62afc4fda44dd90ffa99ef9ba24debe7166b4fe1b374500a044cad8318d12f250de7fe2dd935015efde379cf91a2241f51b
pkgname = ocaml-core
diff --git a/PKGBUILD b/PKGBUILD
index b48f87396fa0..30fa49894d3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='core'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='3'
+pkgrel='4'
epoch='1'
pkgdesc="Industrial strength alternative to OCaml's standard library"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')