extra/ocaml to 5.2.0-1

This commit is contained in:
Kevin Mihelich 2024-06-01 19:20:49 +00:00
parent 3a3ef78466
commit d689492da6
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = ocaml pkgbase = ocaml
pkgdesc = A functional language with OO extensions pkgdesc = A functional language with OO extensions
pkgver = 5.1.1 pkgver = 5.2.0
pkgrel = 1 pkgrel = 1
url = https://caml.inria.fr/ url = https://caml.inria.fr/
arch = x86_64 arch = x86_64
@ -12,8 +12,8 @@ pkgbase = ocaml
options = !makeflags options = !makeflags
options = !emptydirs options = !emptydirs
options = staticlibs options = staticlibs
source = https://caml.inria.fr/distrib/ocaml-5.1/ocaml-5.1.1.tar.xz source = https://caml.inria.fr/distrib/ocaml-5.2/ocaml-5.2.0.tar.xz
sha512sums = e534881eec10b79141b6598ba6d3f59e32ed46a2c64b90c226bbec199c73cdb70e6e5bfa555c34c385d3d83c15e5115f0ea9a182fdda6547db7bbb416f8ed98f sha512sums = 6c2376777f0ec567fc414d534cba65e5f2120f7c766de25f36bbf80260e882f5d1c94c2ce8e12f2b2982097089c6e8f928f26dbc0b559a0463e7dcdd8baf20fe
pkgname = ocaml pkgname = ocaml

View file

@ -5,7 +5,7 @@
pkgbase='ocaml' pkgbase='ocaml'
pkgname=('ocaml' 'ocaml-compiler-libs') pkgname=('ocaml' 'ocaml-compiler-libs')
pkgver=5.1.1 pkgver=5.2.0
pkgrel=1 pkgrel=1
pkgdesc="A functional language with OO extensions" pkgdesc="A functional language with OO extensions"
arch=('x86_64') arch=('x86_64')
@ -14,7 +14,7 @@ url="https://caml.inria.fr/"
makedepends=('ncurses>=5.6-7') makedepends=('ncurses>=5.6-7')
optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features') optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
source=(https://caml.inria.fr/distrib/ocaml-${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) source=(https://caml.inria.fr/distrib/ocaml-${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
sha512sums=('e534881eec10b79141b6598ba6d3f59e32ed46a2c64b90c226bbec199c73cdb70e6e5bfa555c34c385d3d83c15e5115f0ea9a182fdda6547db7bbb416f8ed98f') sha512sums=('6c2376777f0ec567fc414d534cba65e5f2120f7c766de25f36bbf80260e882f5d1c94c2ce8e12f2b2982097089c6e8f928f26dbc0b559a0463e7dcdd8baf20fe')
options=('!makeflags' '!emptydirs' 'staticlibs') options=('!makeflags' '!emptydirs' 'staticlibs')