summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be2daee08e9f..a3b62a113e9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
pkgbase = ocaml4
pkgdesc = A functional language with OO extensions
- pkgver = 4.14.1
+ pkgver = 4.14.2
pkgrel = 1
- url = https://caml.inria.fr/
+ url = https://ocaml.org/
arch = x86_64
license = LGPL2.1
- license = custom:
- license = QPL-1.0
+ license = custom: QPL-1.0
makedepends = ncurses
optdepends = ncurses: advanced ncurses features
optdepends = tk: advanced tk features
options = !makeflags
options = !emptydirs
options = staticlibs
- source = https://caml.inria.fr/distrib/ocaml-4.14/ocaml-4.14.1.tar.xz
- sha512sums = 326a063e7e18ec55a21fbb129e4b2915733e67166ec1d94412875853aa10fbfb27fdfc9f6440ce65b188924b93f3cb8d01b0c4640179a5a12bc4e561f48b3e5b
+ source = https://caml.inria.fr/distrib/ocaml-4.14/ocaml-4.14.2.tar.xz
+ sha512sums = acd0c0434d3e98fd97c22b77cabdb02f46e5b68504b751e0fce4886b35b751c1ac89030d380c2b94b096b73ea96b419168c4ecd1b4c8651535cae93de0e81e58
pkgname = ocaml4
conflicts = ocaml
diff --git a/PKGBUILD b/PKGBUILD
index 5e9d60c01e70..6984f33ac91e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
pkgbase=ocaml4
pkgname=(ocaml4 ocaml4-compiler-libs)
-pkgver=4.14.1
+pkgver=4.14.2
pkgrel=1
pkgdesc="A functional language with OO extensions"
arch=(x86_64)
-license=(LGPL2.1 custom: QPL-1.0)
-url="https://caml.inria.fr/"
+license=(LGPL2.1 'custom: QPL-1.0')
+url="https://ocaml.org/"
makedepends=(ncurses)
optdepends=('ncurses: advanced ncurses features'
'tk: advanced tk features')
-options=('!makeflags' '!emptydirs' 'staticlibs')
source=(https://caml.inria.fr/distrib/ocaml-${pkgver%.*}/ocaml-${pkgver}.tar.xz)
-sha512sums=('326a063e7e18ec55a21fbb129e4b2915733e67166ec1d94412875853aa10fbfb27fdfc9f6440ce65b188924b93f3cb8d01b0c4640179a5a12bc4e561f48b3e5b')
+sha512sums=('acd0c0434d3e98fd97c22b77cabdb02f46e5b68504b751e0fce4886b35b751c1ac89030d380c2b94b096b73ea96b419168c4ecd1b4c8651535cae93de0e81e58')
+options=('!makeflags' '!emptydirs' 'staticlibs')
build() {
cd "${srcdir}/ocaml-${pkgver}"