[arch-commits] Commit in ocaml-result/trunk (PKGBUILD)

2020-08-29 Thread Jürgen Hötzel via arch-commits
Date: Saturday, August 29, 2020 @ 13:09:32
  Author: juergen
Revision: 394892

OCaml 4.11.0 rebuild

Modified:
  ocaml-result/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-29 13:09:17 UTC (rev 394891)
+++ PKGBUILD2020-08-29 13:09:32 UTC (rev 394892)
@@ -3,7 +3,7 @@
 _pkgname=result
 pkgname=ocaml-${_pkgname}
 pkgver=1.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Compatibility Result module"
 arch=('i686' 'x86_64' 'armv7h')
 url="https://github.com/janestreet/result;


[arch-commits] Commit in ocaml-result/trunk (PKGBUILD)

2020-05-16 Thread Jürgen Hötzel via arch-commits
Date: Saturday, May 16, 2020 @ 11:55:17
  Author: juergen
Revision: 384381

Rebuild/Update to OCaml 4.10.0

Modified:
  ocaml-result/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 11:54:32 UTC (rev 384380)
+++ PKGBUILD2020-05-16 11:55:17 UTC (rev 384381)
@@ -3,7 +3,7 @@
 _pkgname=result
 pkgname=ocaml-${_pkgname}
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Compatibility Result module"
 arch=('i686' 'x86_64' 'armv7h')
 url="https://github.com/janestreet/result;


[arch-commits] Commit in ocaml-result/trunk (PKGBUILD)

2020-03-22 Thread Felix Yan via arch-commits
Date: Sunday, March 22, 2020 @ 11:38:27
  Author: felixonmars
Revision: 378320

upgpkg: ocaml-result 1.5-1

Modified:
  ocaml-result/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 11:38:19 UTC (rev 378319)
+++ PKGBUILD2020-03-22 11:38:27 UTC (rev 378320)
@@ -2,8 +2,8 @@
 
 _pkgname=result
 pkgname=ocaml-${_pkgname}
-pkgver=1.4
-pkgrel=3
+pkgver=1.5
+pkgrel=1
 pkgdesc="Compatibility Result module"
 arch=('i686' 'x86_64' 'armv7h')
 url="https://github.com/janestreet/result;
@@ -12,7 +12,7 @@
 makedepends=('ocaml-findlib' 'dune')
 options=('!strip')
 source=("https://github.com/janestreet/result/archive/${pkgver}.tar.gz;)
-sha256sums=('167029f0d0475106200697f3dffda20b2462a345fe35b449fe86f1f92db354b2')
+sha512sums=('5ca3aab3b46bff7f4fa4517b5d823de196d7a97a8b94a8e416a5e237061482f4d0030c6a339291d5aa8f68020ee11aed743b730970105a2303e6a93d26ca676a')
 
 build() {
   cd "${srcdir}/${_pkgname}-${pkgver}"


[arch-commits] Commit in ocaml-result/trunk (PKGBUILD)

2020-03-21 Thread Felix Yan via arch-commits
Date: Saturday, March 21, 2020 @ 18:25:36
  Author: felixonmars
Revision: 378278

upgpkg: ocaml-result 1.4-3: rebuild with ocaml 4.09.1

Modified:
  ocaml-result/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-21 18:23:00 UTC (rev 378277)
+++ PKGBUILD2020-03-21 18:25:36 UTC (rev 378278)
@@ -3,7 +3,7 @@
 _pkgname=result
 pkgname=ocaml-${_pkgname}
 pkgver=1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Compatibility Result module"
 arch=('i686' 'x86_64' 'armv7h')
 url="https://github.com/janestreet/result;


[arch-commits] Commit in ocaml-result/trunk (PKGBUILD)

2019-10-10 Thread Jürgen Hötzel via arch-commits
Date: Thursday, October 10, 2019 @ 09:51:16
  Author: juergen
Revision: 364312

OCaml 4.09 rebuild

Modified:
  ocaml-result/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-10 09:35:01 UTC (rev 364311)
+++ PKGBUILD2019-10-10 09:51:16 UTC (rev 364312)
@@ -3,7 +3,7 @@
 _pkgname=result
 pkgname=ocaml-${_pkgname}
 pkgver=1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Compatibility Result module"
 arch=('i686' 'x86_64' 'armv7h')
 url="https://github.com/janestreet/result;


[arch-commits] Commit in ocaml-result/trunk (PKGBUILD)

2019-08-24 Thread Jürgen Hötzel via arch-commits
Date: Saturday, August 24, 2019 @ 12:21:59
  Author: juergen
Revision: 360635

upgpkg: ocaml-result 1.4-1

Modified:
  ocaml-result/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-24 12:20:51 UTC (rev 360634)
+++ PKGBUILD2019-08-24 12:21:59 UTC (rev 360635)
@@ -2,8 +2,8 @@
 
 _pkgname=result
 pkgname=ocaml-${_pkgname}
-pkgver=1.3
-pkgrel=3
+pkgver=1.4
+pkgrel=1
 pkgdesc="Compatibility Result module"
 arch=('i686' 'x86_64' 'armv7h')
 url="https://github.com/janestreet/result;
@@ -12,11 +12,11 @@
 makedepends=('ocaml-findlib' 'dune')
 options=('!strip')
 source=("https://github.com/janestreet/result/archive/${pkgver}.tar.gz;)
-sha256sums=('47a4a7abca084ac844716b047d4b26eacbd96174034c8836f35cd400e84c8db4')
+sha256sums=('167029f0d0475106200697f3dffda20b2462a345fe35b449fe86f1f92db354b2')
 
 build() {
   cd "${srcdir}/${_pkgname}-${pkgver}"
-  jbuilder build
+  dune build
 }
 
 
@@ -24,7 +24,7 @@
   cd "${srcdir}/${_pkgname}-${pkgver}"
 
   install -dm755 "${pkgdir}$(ocamlfind printconf destdir)"
-  jbuilder install --prefix "${pkgdir}/usr" \
+  dune install --prefix "${pkgdir}/usr" \
 --libdir "${pkgdir}$(ocamlfind printconf destdir)"
 
   install -Dm644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"


[arch-commits] Commit in ocaml-result/trunk (PKGBUILD)

2019-08-15 Thread Jürgen Hötzel via arch-commits
Date: Friday, August 16, 2019 @ 05:53:51
  Author: juergen
Revision: 359866

OCaml 4.08 rebuild

Modified:
  ocaml-result/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-16 05:48:35 UTC (rev 359865)
+++ PKGBUILD2019-08-16 05:53:51 UTC (rev 359866)
@@ -3,7 +3,7 @@
 _pkgname=result
 pkgname=ocaml-${_pkgname}
 pkgver=1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Compatibility Result module"
 arch=('i686' 'x86_64' 'armv7h')
 url="https://github.com/janestreet/result;


[arch-commits] Commit in ocaml-result/trunk (PKGBUILD)

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:09:35
  Author: juergen
Revision: 340590

OCaml 4.07.1 rebuild

Modified:
  ocaml-result/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:09:09 UTC (rev 340589)
+++ PKGBUILD2018-11-29 07:09:35 UTC (rev 340590)
@@ -3,7 +3,7 @@
 _pkgname=result
 pkgname=ocaml-${_pkgname}
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Compatibility Result module"
 arch=('i686' 'x86_64' 'armv7h')
 url="https://github.com/janestreet/result;