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

2020-10-11 Thread Frederik Schwan via arch-commits
Date: Sunday, October 11, 2020 @ 15:41:18
  Author: freswa
Revision: 723492

ocaml 4.11.1 rebuild

fixes FS#67923 

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-11 15:20:28 UTC (rev 723491)
+++ PKGBUILD2020-10-11 15:41:18 UTC (rev 723492)
@@ -4,7 +4,7 @@
 
 pkgname=dune
 pkgver=2.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
 url="https://github.com/ocaml/dune;


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

2020-10-02 Thread Konstantin Gizdov via arch-commits
Date: Friday, October 2, 2020 @ 07:30:05
  Author: kgizdov
Revision: 715097

upgpkg: dune 2.7.1-1

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-02 07:28:04 UTC (rev 715096)
+++ PKGBUILD2020-10-02 07:30:05 UTC (rev 715097)
@@ -1,16 +1,17 @@
+# Maintainer: Konstantin Gizdov 
 # Maintainer: Bruno Pagani 
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.7.0
-pkgrel=2
+pkgver=2.7.1
+pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
 url="https://github.com/ocaml/dune;
 license=(Apache)
-depends=(glibc "ocaml>=4.11.0" ocaml-findlib)
+depends=(glibc "ocaml>=4.11.0" ocaml-findlib ocaml-csexp)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('ccf5561a2f3672652a1efd072f161b4d4d1a524d2a77e0c001c6ed01f02599032e76c518a454e068e4a99105503117fce518113d2aa9f13bafb46b264b463ebd')
+sha512sums=('b77d0e207263107365e5a6e94423e8ab4ddbab1f920872d915e4014b7cc69915274b53fe946bb4b29dfe3de2bf5573ab3b2bffb4db8eb50b472e7dfb6cab88b7')
 
 build() {
 cd ${pkgname}-${pkgver}


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

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

OCaml 4.11.0 rebuild

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-29 13:13:02 UTC (rev 692196)
+++ PKGBUILD2020-08-29 13:13:14 UTC (rev 692197)
@@ -3,12 +3,12 @@
 
 pkgname=dune
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
 url="https://github.com/ocaml/dune;
 license=(Apache)
-depends=(glibc ocaml ocaml-findlib)
+depends=(glibc "ocaml>=4.11.0" ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 
sha512sums=('ccf5561a2f3672652a1efd072f161b4d4d1a524d2a77e0c001c6ed01f02599032e76c518a454e068e4a99105503117fce518113d2aa9f13bafb46b264b463ebd')
 


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

2020-08-15 Thread Felix Yan via arch-commits
Date: Saturday, August 15, 2020 @ 18:52:35
  Author: felixonmars
Revision: 679806

upgpkg: dune 2.7.0-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-15 18:49:51 UTC (rev 679805)
+++ PKGBUILD2020-08-15 18:52:35 UTC (rev 679806)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.6.2
+pkgver=2.7.0
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('34993daaf10b2f4e897b56d60bd329472f80cec58c61348b086974d17f195946f16d5e767a0ee85f0a59e86a26ca9b3ea56ae81e8072442fbc041457bc9afed0')
+sha512sums=('ccf5561a2f3672652a1efd072f161b4d4d1a524d2a77e0c001c6ed01f02599032e76c518a454e068e4a99105503117fce518113d2aa9f13bafb46b264b463ebd')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-07-27 Thread Felix Yan via arch-commits
Date: Monday, July 27, 2020 @ 08:23:26
  Author: felixonmars
Revision: 665414

upgpkg: dune 2.6.2-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 08:14:23 UTC (rev 665413)
+++ PKGBUILD2020-07-27 08:23:26 UTC (rev 665414)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('6e988016cb701b9294330aecaec9214ea4fdafe9af9c433e326284bc42fe019eaa5006a5987e29451d831a47cd8f9596b6d9562478e2d73b98e4c57d0691c3ec')
+sha512sums=('34993daaf10b2f4e897b56d60bd329472f80cec58c61348b086974d17f195946f16d5e767a0ee85f0a59e86a26ca9b3ea56ae81e8072442fbc041457bc9afed0')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-07-02 Thread Felix Yan via arch-commits
Date: Thursday, July 2, 2020 @ 21:50:33
  Author: felixonmars
Revision: 657554

upgpkg: dune 2.6.1-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-02 21:42:36 UTC (rev 657553)
+++ PKGBUILD2020-07-02 21:50:33 UTC (rev 657554)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('2940b432504331dccbfbd61bf32f4960286efab34de65df1c335226ab3d48b2225569774674b09ef0846bc3a691eea0eeb1d688855e37be7b2b69adf69cb2a29')
+sha512sums=('6e988016cb701b9294330aecaec9214ea4fdafe9af9c433e326284bc42fe019eaa5006a5987e29451d831a47cd8f9596b6d9562478e2d73b98e4c57d0691c3ec')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-06-09 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 19:18:45
  Author: felixonmars
Revision: 640867

upgpkg: dune 2.6.0-1

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 19:18:44 UTC (rev 640866)
+++ PKGBUILD2020-06-09 19:18:45 UTC (rev 640867)
@@ -2,8 +2,8 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.5.1
-pkgrel=2
+pkgver=2.6.0
+pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
 url="https://github.com/ocaml/dune;
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('d7d3df74c33ef9b2d1fb95c3150e91056b69aefbad44542bd4af3ef310038a3b083fb178065ec0fbb5eb3dd564578d04d37944ec022fb92fe5d437a6ca7ec3fa')
+sha512sums=('2940b432504331dccbfbd61bf32f4960286efab34de65df1c335226ab3d48b2225569774674b09ef0846bc3a691eea0eeb1d688855e37be7b2b69adf69cb2a29')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-05-17 Thread Jürgen Hötzel via arch-commits
Date: Sunday, May 17, 2020 @ 15:47:15
  Author: juergen
Revision: 628248

Also install dune-configurator (required for ocaml-cairo)

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-17 12:15:33 UTC (rev 628247)
+++ PKGBUILD2020-05-17 15:47:15 UTC (rev 628248)
@@ -14,7 +14,9 @@
 
 build() {
 cd ${pkgname}-${pkgver}
-make release
+
dune_release_pkgs='dune,dune-action-plugin,dune-build-info,dune-configurator,dune-glob,dune-private-libs'
+make dune.exe
+./dune.exe  build -p $dune_release_pkgs --profile dune-bootstrap
 }
 
 # Tests requires a bunch of (currently) unpackaged dependencies
@@ -26,8 +28,8 @@
 package() {
 cd ${pkgname}-${pkgver}
 
-make DESTDIR="${pkgdir}" INSTALL_ARGS="--prefix=/usr --libdir='$(ocamlfind 
printconf destdir)'" install
-
+# make DESTDIR="${pkgdir}" INSTALL_ARGS="--prefix=/usr 
--libdir='$(ocamlfind printconf destdir)'" install
+DESTDIR="${pkgdir}" ./dune.exe install --prefix "/usr" 
--libdir=$(ocamlfind printconf destdir)
 # Fix doc and man install
 rm -r "${pkgdir}"/usr/doc
 install -dm755 "${pkgdir}"/usr/share


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

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

Rebuild/Update to OCaml 4.10.0

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 11:29:34 UTC (rev 628168)
+++ PKGBUILD2020-05-16 11:30:53 UTC (rev 628169)
@@ -3,7 +3,7 @@
 
 pkgname=dune
 pkgver=2.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
 url="https://github.com/ocaml/dune;


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

2020-05-09 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 08:30:24
  Author: felixonmars
Revision: 625906

upgpkg: dune 2.5.1-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 08:30:18 UTC (rev 625905)
+++ PKGBUILD2020-05-09 08:30:24 UTC (rev 625906)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.5.0
+pkgver=2.5.1
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('26b0e8ad9f6b7b7a3da1779bef15d6c60ad36951c66140cb9b606e5a80c7286047a0c9e0fbc242d50d054f413a65b8b21a053c138b637abbe8880c7a98eb3f0d')
+sha512sums=('d7d3df74c33ef9b2d1fb95c3150e91056b69aefbad44542bd4af3ef310038a3b083fb178065ec0fbb5eb3dd564578d04d37944ec022fb92fe5d437a6ca7ec3fa')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Friday, May 8, 2020 @ 08:35:48
  Author: felixonmars
Revision: 625559

upgpkg: dune 2.5.0-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 08:34:29 UTC (rev 625558)
+++ PKGBUILD2020-05-08 08:35:48 UTC (rev 625559)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.4.0
+pkgver=2.5.0
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('4e8ecc422cd00b63aca95b9ce2ab16bad6e9ab53a5be991377c932ccaf117c974012ebaaacc6138f3b5b3154d395099c6828fb87b2ba096393db2d82d3f47fee')
+sha512sums=('26b0e8ad9f6b7b7a3da1779bef15d6c60ad36951c66140cb9b606e5a80c7286047a0c9e0fbc242d50d054f413a65b8b21a053c138b637abbe8880c7a98eb3f0d')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-05-07 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:06:13
  Author: felixonmars
Revision: 625263

upgpkg: dune 2.4.0-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:04:49 UTC (rev 625262)
+++ PKGBUILD2020-05-07 06:06:13 UTC (rev 625263)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.3.1
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('bd06bf9d61e3a1ab730147efe4c674b9d2033899fb794255dfee5938ef94aa27e6db5e16fd2313b5d2b6e4142f9b2ff22f6c8d716bcd5383a8549fb204e34528')
+sha512sums=('4e8ecc422cd00b63aca95b9ce2ab16bad6e9ab53a5be991377c932ccaf117c974012ebaaacc6138f3b5b3154d395099c6828fb87b2ba096393db2d82d3f47fee')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-05-01 Thread Felix Yan via arch-commits
Date: Friday, May 1, 2020 @ 17:33:44
  Author: felixonmars
Revision: 624103

upgpkg: dune 2.3.1-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-01 17:33:17 UTC (rev 624102)
+++ PKGBUILD2020-05-01 17:33:44 UTC (rev 624103)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('a9f0263d2db9c89270b176832b8151ed06495b0b4ef73a1c09371138b7c2362aead4227f15cdb943b870566b1d1e8c9436ee682cd6f0b1c8cafc87a0dfca1c1e')
+sha512sums=('bd06bf9d61e3a1ab730147efe4c674b9d2033899fb794255dfee5938ef94aa27e6db5e16fd2313b5d2b6e4142f9b2ff22f6c8d716bcd5383a8549fb204e34528')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 08:54:50
  Author: felixonmars
Revision: 617806

upgpkg: dune 2.3.0-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 08:53:24 UTC (rev 617805)
+++ PKGBUILD2020-04-23 08:54:50 UTC (rev 617806)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('0c529cbfbaac99cdd644f7066ab68a739bd09b02a57b7ca83c2f3b706594d1f1b793e7ab3b86d9cd03512a308970a6733abb08ad74320014f0654f770f41742a')
+sha512sums=('a9f0263d2db9c89270b176832b8151ed06495b0b4ef73a1c09371138b7c2362aead4227f15cdb943b870566b1d1e8c9436ee682cd6f0b1c8cafc87a0dfca1c1e')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-04-21 Thread Felix Yan via arch-commits
Date: Wednesday, April 22, 2020 @ 01:25:17
  Author: felixonmars
Revision: 617454

upgpkg: dune 2.2.0-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-22 01:24:23 UTC (rev 617453)
+++ PKGBUILD2020-04-22 01:25:17 UTC (rev 617454)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.1.3
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('342cb699c5f727765f8eac18562259a9c2cd5ee0d60e864833bc4257864683bee8393fcc6b40a98f31b872881921dc64147628974bdb016f26c0f20ce320ee5f')
+sha512sums=('0c529cbfbaac99cdd644f7066ab68a739bd09b02a57b7ca83c2f3b706594d1f1b793e7ab3b86d9cd03512a308970a6733abb08ad74320014f0654f770f41742a')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-04-04 Thread Felix Yan via arch-commits
Date: Saturday, April 4, 2020 @ 21:47:28
  Author: felixonmars
Revision: 611748

upgpkg: dune 2.1.3-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 21:46:02 UTC (rev 611747)
+++ PKGBUILD2020-04-04 21:47:28 UTC (rev 611748)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('ede9fe430ebe1404a6d39cdf8c45cb8b08864fbe2c988545b7fb5469dcc80df3edd3d96e32d761d1ddf7a7b4e06e4e804ccddf03d7fb4a6231a8c6b767e2eca1')
+sha512sums=('342cb699c5f727765f8eac18562259a9c2cd5ee0d60e864833bc4257864683bee8393fcc6b40a98f31b872881921dc64147628974bdb016f26c0f20ce320ee5f')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-03-30 Thread Felix Yan via arch-commits
Date: Monday, March 30, 2020 @ 20:47:00
  Author: felixonmars
Revision: 607219

upgpkg: dune 2.1.2-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-30 20:46:34 UTC (rev 607218)
+++ PKGBUILD2020-03-30 20:47:00 UTC (rev 607219)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('6aa4d907241415ad4b20578efec64998646d10b3ae378e4c8a96397d07263bfcb5c453c72a99071595c72c4daff3f040fb6e10a30c18892c698ad2c71724cc7f')
+sha512sums=('ede9fe430ebe1404a6d39cdf8c45cb8b08864fbe2c988545b7fb5469dcc80df3edd3d96e32d761d1ddf7a7b4e06e4e804ccddf03d7fb4a6231a8c6b767e2eca1')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-03-29 Thread Felix Yan via arch-commits
Date: Sunday, March 29, 2020 @ 18:04:08
  Author: felixonmars
Revision: 606262

upgpkg: dune 2.1.1-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-29 18:03:26 UTC (rev 606261)
+++ PKGBUILD2020-03-29 18:04:08 UTC (rev 606262)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('24afb44e458f819dfde3775b76c3ccf43f3fa5d8ce9a14ee9bf6658c1c116f95659c21a9ea208e5711c844fabc661cc434070bce6c9307154d506b6599ffb57f')
+sha512sums=('6aa4d907241415ad4b20578efec64998646d10b3ae378e4c8a96397d07263bfcb5c453c72a99071595c72c4daff3f040fb6e10a30c18892c698ad2c71724cc7f')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-03-24 Thread Felix Yan via arch-commits
Date: Tuesday, March 24, 2020 @ 13:28:06
  Author: felixonmars
Revision: 603818

upgpkg: dune 2.1.0-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-24 12:59:09 UTC (rev 603817)
+++ PKGBUILD2020-03-24 13:28:06 UTC (rev 603818)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.0.1
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('5d0e2c1811a887ecfc04e1f9e0ffab0b6cab0f462dc194d676ea3b59a09bc22857a3cfcd6aaf79b11258aa4b60267e888a450d64b743f6294d093c0016c00efa')
+sha512sums=('24afb44e458f819dfde3775b76c3ccf43f3fa5d8ce9a14ee9bf6658c1c116f95659c21a9ea208e5711c844fabc661cc434070bce6c9307154d506b6599ffb57f')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:52:44
  Author: felixonmars
Revision: 603679

upgpkg: dune 2.0.1-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 01:46:21 UTC (rev 603678)
+++ PKGBUILD2020-03-23 01:52:44 UTC (rev 603679)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('df6ef6f9c21e68ec4836c3e2197c9acc3763eb969a3e855e0e60374f200971cf5ae92fa1926f683e3e6be9acbdcb37ac87e4d03dae648695c22fde8eed44a1f3')
+sha512sums=('5d0e2c1811a887ecfc04e1f9e0ffab0b6cab0f462dc194d676ea3b59a09bc22857a3cfcd6aaf79b11258aa4b60267e888a450d64b743f6294d093c0016c00efa')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Sunday, March 22, 2020 @ 12:14:44
  Author: felixonmars
Revision: 603485

upgpkg: dune 2.0.0-1

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 12:12:42 UTC (rev 603484)
+++ PKGBUILD2020-03-22 12:14:44 UTC (rev 603485)
@@ -2,18 +2,15 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.11.4
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
 url="https://github.com/ocaml/dune;
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
-provides=(jbuilder)
-conflicts=(jbuilder)
-replaces=(jbuilder)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('325e6744a55b9b2033dc92b562196337bf9cd99b86bd153f5e7941f6fbfbf9fb')
+sha512sums=('df6ef6f9c21e68ec4836c3e2197c9acc3763eb969a3e855e0e60374f200971cf5ae92fa1926f683e3e6be9acbdcb37ac87e4d03dae648695c22fde8eed44a1f3')
 
 build() {
 cd ${pkgname}-${pkgver}


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

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

upgpkg: dune 1.11.4-2: rebuild with ocaml 4.09.1

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-21 18:21:03 UTC (rev 602956)
+++ PKGBUILD2020-03-21 18:21:09 UTC (rev 602957)
@@ -3,7 +3,7 @@
 
 pkgname=dune
 pkgver=1.11.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
 url="https://github.com/ocaml/dune;


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

2019-12-06 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 6, 2019 @ 22:16:22
  Author: zorun
Revision: 536123

upgpkg: dune 1.11.4-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 22:15:42 UTC (rev 536122)
+++ PKGBUILD2019-12-06 22:16:22 UTC (rev 536123)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.11.3
+pkgver=1.11.4
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 conflicts=(jbuilder)
 replaces=(jbuilder)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('a54d4ffa6ced041554935e7930d31670491395ff78b8600c4e4d8cbbd02841bc')
+sha256sums=('325e6744a55b9b2033dc92b562196337bf9cd99b86bd153f5e7941f6fbfbf9fb')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-10-10 Thread Jürgen Hötzel via arch-commits
Date: Thursday, October 10, 2019 @ 09:48:53
  Author: juergen
Revision: 514436

upgpkg: dune 1.11.3-1

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-10 09:48:12 UTC (rev 514435)
+++ PKGBUILD2019-10-10 09:48:53 UTC (rev 514436)
@@ -2,8 +2,8 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.11.1
-pkgrel=2
+pkgver=1.11.3
+pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
 url="https://github.com/ocaml/dune;
@@ -13,7 +13,7 @@
 conflicts=(jbuilder)
 replaces=(jbuilder)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('f2aa962451c98e47a90ca47273b2080e5f9aaeb6e3b6271dc78a44b831cc0d46')
+sha256sums=('a54d4ffa6ced041554935e7930d31670491395ff78b8600c4e4d8cbbd02841bc')
 
 build() {
 cd ${pkgname}-${pkgver}


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

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

OCaml 4.08.1 rebuild

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-24 12:45:34 UTC (rev 501488)
+++ PKGBUILD2019-08-24 12:46:08 UTC (rev 501489)
@@ -3,7 +3,7 @@
 
 pkgname=dune
 pkgver=1.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
 url="https://github.com/ocaml/dune;


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

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

OCaml 4.08 update/rebuild

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-16 05:49:44 UTC (rev 499703)
+++ PKGBUILD2019-08-16 05:50:36 UTC (rev 499704)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.11.0
+pkgver=1.11.1
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 conflicts=(jbuilder)
 replaces=(jbuilder)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('e13df17f4c84150b4cbbea2426996b73356e4918005dbf10173aa8d2209062cd')
+sha256sums=('f2aa962451c98e47a90ca47273b2080e5f9aaeb6e3b6271dc78a44b831cc0d46')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-07-26 Thread Bruno Pagani via arch-commits
Date: Friday, July 26, 2019 @ 12:13:51
  Author: archange
Revision: 492854

upgpkg: dune 1.11.0-1

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-26 11:23:34 UTC (rev 492853)
+++ PKGBUILD2019-07-26 12:13:51 UTC (rev 492854)
@@ -2,8 +2,8 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.10.0
-pkgrel=2
+pkgver=1.11.0
+pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
 url="https://github.com/ocaml/dune;
@@ -13,7 +13,7 @@
 conflicts=(jbuilder)
 replaces=(jbuilder)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('7c779a656807d659cf8b5c18af9362b67fd8273a3618f21742ac97b4a53b7328')
+sha256sums=('e13df17f4c84150b4cbbea2426996b73356e4918005dbf10173aa8d2209062cd')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-06-06 Thread Bruno Pagani via arch-commits
Date: Thursday, June 6, 2019 @ 12:31:18
  Author: archange
Revision: 477449

Upstream re-released

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-06 11:29:29 UTC (rev 477448)
+++ PKGBUILD2019-06-06 12:31:18 UTC (rev 477449)
@@ -3,7 +3,7 @@
 
 pkgname=dune
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
 url="https://github.com/ocaml/dune;
@@ -13,7 +13,7 @@
 conflicts=(jbuilder)
 replaces=(jbuilder)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('1ea4e866d80860a24a924c3f8bde5e2e3ba1b4ee59ac78b9eecf82c436813b62')
+sha256sums=('7c779a656807d659cf8b5c18af9362b67fd8273a3618f21742ac97b4a53b7328')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-05-30 Thread Bruno Pagani via arch-commits
Date: Thursday, May 30, 2019 @ 09:02:51
  Author: archange
Revision: 474545

upgpkg: dune 1.10.0-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 09:02:38 UTC (rev 474544)
+++ PKGBUILD2019-05-30 09:02:51 UTC (rev 474545)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.9.3
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 conflicts=(jbuilder)
 replaces=(jbuilder)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('abd9fecab9d7d0b8554a8443fc3d9b2fb1314dc4e823f7aaf8b19e5293f42164')
+sha256sums=('1ea4e866d80860a24a924c3f8bde5e2e3ba1b4ee59ac78b9eecf82c436813b62')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-05-06 Thread Bruno Pagani via arch-commits
Date: Monday, May 6, 2019 @ 12:06:08
  Author: archange
Revision: 460774

upgpkg: dune 1.9.3-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-06 12:06:05 UTC (rev 460773)
+++ PKGBUILD2019-05-06 12:06:08 UTC (rev 460774)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.9.2
+pkgver=1.9.3
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 conflicts=(jbuilder)
 replaces=(jbuilder)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('cd411ced749d53f47292438bf1c618c60591dfa20bc90d1e7cbaf4e3e71573bc')
+sha256sums=('abd9fecab9d7d0b8554a8443fc3d9b2fb1314dc4e823f7aaf8b19e5293f42164')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-05-02 Thread Bruno Pagani via arch-commits
Date: Thursday, May 2, 2019 @ 19:35:46
  Author: archange
Revision: 457808

upgpkg: dune 1.9.2-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-02 19:34:50 UTC (rev 457807)
+++ PKGBUILD2019-05-02 19:35:46 UTC (rev 457808)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.9.1
+pkgver=1.9.2
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 conflicts=(jbuilder)
 replaces=(jbuilder)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('a2cd1904146475eafc2cbf8d27105d284307c02f1254b15a240af56363991704')
+sha256sums=('cd411ced749d53f47292438bf1c618c60591dfa20bc90d1e7cbaf4e3e71573bc')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-04-11 Thread Bruno Pagani via arch-commits
Date: Thursday, April 11, 2019 @ 09:47:02
  Author: archange
Revision: 451027

upgpkg: dune 1.9.1-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 09:37:37 UTC (rev 451026)
+++ PKGBUILD2019-04-11 09:47:02 UTC (rev 451027)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 conflicts=(jbuilder)
 replaces=(jbuilder)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=(def8c5857d3ee76e300420898f3e0d1afda451851d25a1630833178b2f1c8bcf)
+sha256sums=('a2cd1904146475eafc2cbf8d27105d284307c02f1254b15a240af56363991704')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-04-09 Thread Bruno Pagani via arch-commits
Date: Tuesday, April 9, 2019 @ 13:54:45
  Author: archange
Revision: 450621

upgpkg: dune 1.9.0-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 13:53:25 UTC (rev 450620)
+++ PKGBUILD2019-04-09 13:54:45 UTC (rev 450621)
@@ -2,18 +2,18 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.8.2
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/ocaml/dune;
-license=('Apache')
-depends=('glibc' 'ocaml' 'ocaml-findlib')
-provides=('jbuilder')
-conflicts=('jbuilder')
-replaces=('jbuilder')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('52271de232261a74c4b8b8af30533e412977198d8ef4976a0267d055ce444afd')
+license=(Apache)
+depends=(glibc ocaml ocaml-findlib)
+provides=(jbuilder)
+conflicts=(jbuilder)
+replaces=(jbuilder)
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=(def8c5857d3ee76e300420898f3e0d1afda451851d25a1630833178b2f1c8bcf)
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-03-11 Thread Bruno Pagani via arch-commits
Date: Monday, March 11, 2019 @ 10:17:59
  Author: archange
Revision: 439735

upgpkg: dune 1.8.2-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 09:52:07 UTC (rev 439734)
+++ PKGBUILD2019-03-11 10:17:59 UTC (rev 439735)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 conflicts=('jbuilder')
 replaces=('jbuilder')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('27a4643e457e23330a21e2a203e17633189065b00e97af0a612548228dc4fcf5')
+sha256sums=('52271de232261a74c4b8b8af30533e412977198d8ef4976a0267d055ce444afd')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-03-09 Thread Bruno Pagani via arch-commits
Date: Saturday, March 9, 2019 @ 13:58:01
  Author: archange
Revision: 438253

upgpkg: dune 1.8.1-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 13:51:37 UTC (rev 438252)
+++ PKGBUILD2019-03-09 13:58:01 UTC (rev 438253)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 conflicts=('jbuilder')
 replaces=('jbuilder')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('5111d499583e52b9e5fe4f23f015afea8387014beaaa9f36ec7b0aff770c2f66')
+sha256sums=('27a4643e457e23330a21e2a203e17633189065b00e97af0a612548228dc4fcf5')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-03-07 Thread Bruno Pagani via arch-commits
Date: Thursday, March 7, 2019 @ 14:43:11
  Author: archange
Revision: 438006

upgpkg: dune 1.8.0-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-07 14:26:06 UTC (rev 438005)
+++ PKGBUILD2019-03-07 14:43:11 UTC (rev 438006)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.7.3
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 conflicts=('jbuilder')
 replaces=('jbuilder')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('bae82e36cf6c3e0d4b3f4fc3bffe8622e719a1edbdcd152542797e45bbdb')
+sha256sums=('5111d499583e52b9e5fe4f23f015afea8387014beaaa9f36ec7b0aff770c2f66')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-02-28 Thread Bruno Pagani via arch-commits
Date: Thursday, February 28, 2019 @ 13:42:59
  Author: archange
Revision: 437036

upgpkg: dune 1.7.3-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 13:39:14 UTC (rev 437035)
+++ PKGBUILD2019-02-28 13:42:59 UTC (rev 437036)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 conflicts=('jbuilder')
 replaces=('jbuilder')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('6c6f7989c41fd1cefb06570cfa3dc35af4bb165accdf5800963a24fed090a3f3')
+sha256sums=('bae82e36cf6c3e0d4b3f4fc3bffe8622e719a1edbdcd152542797e45bbdb')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-02-23 Thread Bruno Pagani via arch-commits
Date: Saturday, February 23, 2019 @ 17:02:29
  Author: archange
Revision: 435408

upgpkg: dune 1.7.2-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-23 16:59:14 UTC (rev 435407)
+++ PKGBUILD2019-02-23 17:02:29 UTC (rev 435408)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 conflicts=('jbuilder')
 replaces=('jbuilder')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('b821a9aa08bb6a43ad77a1f5e51806129fd82e77af507df489ac95699451566b')
+sha256sums=('6c6f7989c41fd1cefb06570cfa3dc35af4bb165accdf5800963a24fed090a3f3')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-02-13 Thread Bruno Pagani via arch-commits
Date: Wednesday, February 13, 2019 @ 12:57:44
  Author: archange
Revision: 432058

upgpkg: dune 1.7.1-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 09:32:24 UTC (rev 432057)
+++ PKGBUILD2019-02-13 12:57:44 UTC (rev 432058)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 conflicts=('jbuilder')
 replaces=('jbuilder')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('74417e7202207e925d2ddb73d60bff51de3a298e5506955d102b6ad7cb711879')
+sha256sums=('b821a9aa08bb6a43ad77a1f5e51806129fd82e77af507df489ac95699451566b')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-02-12 Thread Bruno Pagani via arch-commits
Date: Tuesday, February 12, 2019 @ 15:36:54
  Author: archange
Revision: 431960

upgpkg: dune 1.7.0-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-12 15:29:28 UTC (rev 431959)
+++ PKGBUILD2019-02-12 15:36:54 UTC (rev 431960)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.6.3
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 conflicts=('jbuilder')
 replaces=('jbuilder')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('576a6e697364abfdfaf7c168cbbf9805cc552041a6dfed53997c1c0edd820d6d')
+sha256sums=('74417e7202207e925d2ddb73d60bff51de3a298e5506955d102b6ad7cb711879')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-01-23 Thread Bruno Pagani via arch-commits
Date: Wednesday, January 23, 2019 @ 14:39:49
  Author: archange
Revision: 427249

upgpkg: dune 1.6.3-1

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-23 14:38:56 UTC (rev 427248)
+++ PKGBUILD2019-01-23 14:39:49 UTC (rev 427249)
@@ -2,8 +2,8 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.6.3
+pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
 url="https://github.com/ocaml/dune;
@@ -13,7 +13,7 @@
 conflicts=('jbuilder')
 replaces=('jbuilder')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('fb7fe87ab6c3b4097512a0357629ca1cb9422e0593bd61cc255ab4a1a2aaad50')
+sha256sums=('576a6e697364abfdfaf7c168cbbf9805cc552041a6dfed53997c1c0edd820d6d')
 
 build() {
 cd ${pkgname}-${pkgver}


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

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

OCaml 4.07.1 rebuild

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:12:48 UTC (rev 410505)
+++ PKGBUILD2018-11-29 07:14:43 UTC (rev 410506)
@@ -3,7 +3,7 @@
 
 pkgname=dune
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
 url="https://github.com/ocaml/dune;


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

2018-11-25 Thread Bruno Pagani via arch-commits
Date: Sunday, November 25, 2018 @ 10:26:34
  Author: archange
Revision: 409685

upgpkg: dune 1.5.1-1

DESTDIR is now supported.
Man page installation is almost fixed.

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-25 10:24:16 UTC (rev 409684)
+++ PKGBUILD2018-11-25 10:26:34 UTC (rev 409685)
@@ -2,8 +2,8 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
 url="https://github.com/ocaml/dune;
@@ -13,7 +13,7 @@
 conflicts=('jbuilder')
 replaces=('jbuilder')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('d71b484c602160c3a20453aae10ac4562878a5a8b43a8202b0f4a0f8c2648b4c')
+sha256sums=('fb7fe87ab6c3b4097512a0357629ca1cb9422e0593bd61cc255ab4a1a2aaad50')
 
 build() {
 cd ${pkgname}-${pkgver}
@@ -29,17 +29,10 @@
 package() {
 cd ${pkgname}-${pkgver}
 
-# Work around the install command
-export OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)"
-install -dm755 ${OCAMLFIND_DESTDIR}
-make INSTALL_ARGS="--prefix='${pkgdir}'/usr 
--libdir='${OCAMLFIND_DESTDIR}'" install
+make DESTDIR="${pkgdir}" INSTALL_ARGS="--prefix=/usr --libdir='$(ocamlfind 
printconf destdir)'" install
 
 # Fix doc and man install
 rm -r "${pkgdir}"/usr/doc
 install -dm755 "${pkgdir}"/usr/share
 mv "${pkgdir}"/usr/{man,share/}
-# FS#60288
-install -dm755 "${pkgdir}"/usr/share/man/man{1,5}
-mv "${pkgdir}"/usr/share/man/{*.1,man1}
-mv "${pkgdir}"/usr/share/man/{dune-config.5,man5}
 }


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

2018-10-12 Thread Bruno Pagani via arch-commits
Date: Friday, October 12, 2018 @ 12:04:11
  Author: archange
Revision: 393221

FS#60288

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-12 11:35:37 UTC (rev 393220)
+++ PKGBUILD2018-10-12 12:04:11 UTC (rev 393221)
@@ -3,7 +3,7 @@
 
 pkgname=dune
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
 url="https://github.com/ocaml/dune;
@@ -35,7 +35,11 @@
 make INSTALL_ARGS="--prefix='${pkgdir}'/usr 
--libdir='${OCAMLFIND_DESTDIR}'" install
 
 # Fix doc and man install
+rm -r "${pkgdir}"/usr/doc
 install -dm755 "${pkgdir}"/usr/share
-mv "${pkgdir}"/usr/{doc,share/}
 mv "${pkgdir}"/usr/{man,share/}
+# FS#60288
+install -dm755 "${pkgdir}"/usr/share/man/man{1,5}
+mv "${pkgdir}"/usr/share/man/{*.1,man1}
+mv "${pkgdir}"/usr/share/man/{dune-config.5,man5}
 }


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

2018-10-11 Thread Bruno Pagani via arch-commits
Date: Thursday, October 11, 2018 @ 17:28:37
  Author: archange
Revision: 392639

upgpkg: dune 1.4.0-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-11 15:15:38 UTC (rev 392638)
+++ PKGBUILD2018-10-11 17:28:37 UTC (rev 392639)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.3.0
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 conflicts=('jbuilder')
 replaces=('jbuilder')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('52cead509d4cdc4d02bff3dac57de49fdc7fdda02d607ba2f26af8b95ecf7a67')
+sha256sums=('d71b484c602160c3a20453aae10ac4562878a5a8b43a8202b0f4a0f8c2648b4c')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-09-29 Thread Bruno Pagani via arch-commits
Date: Saturday, September 29, 2018 @ 21:42:38
  Author: archange
Revision: 388037

upgpkg: dune 1.3.0-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-29 21:37:56 UTC (rev 388036)
+++ PKGBUILD2018-09-29 21:42:38 UTC (rev 388037)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.1.1
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 conflicts=('jbuilder')
 replaces=('jbuilder')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('08e3cb27c1c2fb15ec36bf1fae40e00eb6e23566c9bf5cc78bc8550ed70f4d59')
+sha256sums=('52cead509d4cdc4d02bff3dac57de49fdc7fdda02d607ba2f26af8b95ecf7a67')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-09-12 Thread Bruno Pagani via arch-commits
Date: Wednesday, September 12, 2018 @ 17:18:21
  Author: archange
Revision: 379872

upgpkg: dune 1.1.1-1

Modified:
  dune/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-12 16:11:40 UTC (rev 379871)
+++ PKGBUILD2018-09-12 17:18:21 UTC (rev 379872)
@@ -2,19 +2,18 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
 url="https://github.com/ocaml/dune;
 license=('Apache')
-#Note: opam should be removed/moved to makedepends after 
https://github.com/ocaml/dune/issues/372 is fixed
-depends=('glibc' 'ocaml' 'ocaml-findlib' 'opam')
+depends=('glibc' 'ocaml' 'ocaml-findlib')
 provides=('jbuilder')
 conflicts=('jbuilder')
 replaces=('jbuilder')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('1bba92d9f1a397dd315a461fd5d3917cba84ec86a2dd164cef112851c80c2e4f')
+sha256sums=('08e3cb27c1c2fb15ec36bf1fae40e00eb6e23566c9bf5cc78bc8550ed70f4d59')
 
 build() {
 cd ${pkgname}-${pkgver}
@@ -30,10 +29,6 @@
 package() {
 cd ${pkgname}-${pkgver}
 
-# Initialize OPAM
-export OPAMROOT="${srcdir}"/opam
-opam init -n
-
 # Work around the install command
 export OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)"
 install -dm755 ${OCAMLFIND_DESTDIR}


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

2018-08-14 Thread Jürgen Hötzel via arch-commits
Date: Tuesday, August 14, 2018 @ 15:34:34
  Author: juergen
Revision: 371528

OCaml 4.07.0 rebuild

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-14 15:33:47 UTC (rev 371527)
+++ PKGBUILD2018-08-14 15:34:34 UTC (rev 371528)
@@ -3,7 +3,7 @@
 
 pkgname=dune
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
 url="https://github.com/ocaml/dune;


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

2018-07-12 Thread Bruno Pagani via arch-commits
Date: Thursday, July 12, 2018 @ 08:34:36
  Author: archange
Revision: 357606

upgpkg: dune 1.0.0-1

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-12 08:24:10 UTC (rev 357605)
+++ PKGBUILD2018-07-12 08:34:36 UTC (rev 357606)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.0b19.1
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
@@ -10,14 +10,14 @@
 license=('Apache')
 #Note: opam should be removed/moved to makedepends after 
https://github.com/ocaml/dune/issues/372 is fixed
 depends=('glibc' 'ocaml' 'ocaml-findlib' 'opam')
-provides=("jbuilder=${pkgver/b/+beta}")
+provides=('jbuilder')
 conflicts=('jbuilder')
 replaces=('jbuilder')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver/b/+beta}.tar.gz")
-sha256sums=('95b8ec1f4e7884dc3d78cd39118ae64c25dd5fc5f60f2ced999d62854e2e9de1')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('1bba92d9f1a397dd315a461fd5d3917cba84ec86a2dd164cef112851c80c2e4f')
 
 build() {
-cd ${pkgname}-${pkgver/b/-beta}
+cd ${pkgname}-${pkgver}
 make release
 }
 
@@ -28,7 +28,7 @@
 #}
 
 package() {
-cd ${pkgname}-${pkgver/b/-beta}
+cd ${pkgname}-${pkgver}
 
 # Initialize OPAM
 export OPAMROOT="${srcdir}"/opam


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

2018-03-29 Thread Bruno Pagani via arch-commits
Date: Thursday, March 29, 2018 @ 13:30:00
  Author: archange
Revision: 313388

upgpkg: dune 1.0b19.1-1

Dependencies changes:
- dune is quite useless without ocaml;
- ocaml-findlib and opam (at least for now) are almost always required when
  building packages with dune, so add them as runtime deps.

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 13:26:35 UTC (rev 313387)
+++ PKGBUILD2018-03-29 13:30:00 UTC (rev 313388)
@@ -1,19 +1,20 @@
 # Maintainer: Bruno Pagani 
+# Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.0b17
+pkgver=1.0b19.1
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
 url="https://github.com/ocaml/dune;
 license=('Apache')
-depends=('glibc')
-makedepends=('ocaml-findlib' 'opam')
+#Note: opam should be removed/moved to makedepends after 
https://github.com/ocaml/dune/issues/372 is fixed
+depends=('glibc' 'ocaml' 'ocaml-findlib' 'opam')
 provides=("jbuilder=${pkgver/b/+beta}")
 conflicts=('jbuilder')
 replaces=('jbuilder')
-source=(${pkgname}-${pkgver/b/+beta}.tar.gz::"${url}/archive/${pkgver/b/+beta}.tar.gz")
-sha256sums=('62d24f73101979c0680ad4093f65860792e8600090d04d7132446ab6ae269bec')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver/b/+beta}.tar.gz")
+sha256sums=('95b8ec1f4e7884dc3d78cd39118ae64c25dd5fc5f60f2ced999d62854e2e9de1')
 
 build() {
 cd ${pkgname}-${pkgver/b/-beta}
@@ -20,6 +21,12 @@
 make release
 }
 
+# Tests requires a bunch of (currently) unpackaged dependencies
+#check() {
+#cd ${pkgname}-${pkgver/b/-beta}
+#make test
+#}
+
 package() {
 cd ${pkgname}-${pkgver/b/-beta}