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

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

OCaml 4.11.0 rebuild

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-29 13:13:20 UTC (rev 692198)
+++ PKGBUILD2020-08-29 13:13:45 UTC (rev 692199)
@@ -3,7 +3,7 @@
 
 pkgname=opam
 pkgver=2.0.7
-pkgrel=2
+pkgrel=3
 pkgdesc='OCaml package manager'
 arch=(x86_64)
 url='https://opam.ocaml.org/'


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

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

Rebuild/Update to OCaml 4.10.0

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 11:30:53 UTC (rev 628169)
+++ PKGBUILD2020-05-16 11:33:27 UTC (rev 628170)
@@ -3,7 +3,7 @@
 
 pkgname=opam
 pkgver=2.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc='OCaml package manager'
 arch=(x86_64)
 url='https://opam.ocaml.org/'


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

2020-05-09 Thread Alexander Rødseth via arch-commits
Date: Saturday, May 9, 2020 @ 16:59:38
  Author: arodseth
Revision: 626015

upgpkg: opam 2.0.7-1

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 16:59:23 UTC (rev 626014)
+++ PKGBUILD2020-05-09 16:59:38 UTC (rev 626015)
@@ -2,8 +2,8 @@
 # Contributor: Vincent B. 
 
 pkgname=opam
-pkgver=2.0.6
-pkgrel=2
+pkgver=2.0.7
+pkgrel=1
 pkgdesc='OCaml package manager'
 arch=(x86_64)
 url='https://opam.ocaml.org/'
@@ -14,10 +14,11 @@
 'mercurial: For downloading packages with mercurial'
 'rsync: For downloading packages with rsync')
 
source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz;)
-sha256sums=('7c4bff5e5f3628ad00c53ee1b044ced8128ffdcfbb7582f8773fb433e12e07f4')
+sha256sums=('9c0dac1094ed624158fff13000cdfa8edbc96798d32b9fab40b0b5330f9490a2')
 
 build() {
   cd "opam-full-$pkgver"
+
   ./configure --prefix=/usr
   make lib-ext all -j1 \
 OCAMLC='ocamlc -unsafe-string' \


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

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

upgpkg: opam 2.0.6-2: rebuild with ocaml 4.09.1

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-21 18:32:35 UTC (rev 602978)
+++ PKGBUILD2020-03-21 18:33:55 UTC (rev 602979)
@@ -3,7 +3,7 @@
 
 pkgname=opam
 pkgver=2.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc='OCaml package manager'
 arch=(x86_64)
 url='https://opam.ocaml.org/'


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

2020-01-18 Thread Alexander Rødseth via arch-commits
Date: Saturday, January 18, 2020 @ 11:33:19
  Author: arodseth
Revision: 552973

upgpkg: opam 2.0.6-1

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 11:18:46 UTC (rev 552972)
+++ PKGBUILD2020-01-18 11:33:19 UTC (rev 552973)
@@ -2,8 +2,8 @@
 # Contributor: Vincent B. 
 
 pkgname=opam
-pkgver=2.0.5
-pkgrel=5
+pkgver=2.0.6
+pkgrel=1
 pkgdesc='OCaml package manager'
 arch=(x86_64)
 url='https://opam.ocaml.org/'
@@ -14,7 +14,7 @@
 'mercurial: For downloading packages with mercurial'
 'rsync: For downloading packages with rsync')
 
source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz;)
-sha256sums=('776c7e64d6e24c2ef1efd1e6a71d36e007645efae94eaf860c05c1929effc76f')
+sha256sums=('7c4bff5e5f3628ad00c53ee1b044ced8128ffdcfbb7582f8773fb433e12e07f4')
 
 build() {
   cd "opam-full-$pkgver"
@@ -26,10 +26,6 @@
 
 package() {
   make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/share/doc"
-  mv "$pkgdir/usr/doc/opam-installer" "$pkgdir/usr/share/doc/opam"
-  rmdir "$pkgdir/usr/doc"
 }
 
 # getver: github.com/ocaml/opam/releases


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

2019-10-10 Thread Jürgen Hötzel via arch-commits
Date: Thursday, October 10, 2019 @ 09:47:58
  Author: juergen
Revision: 514434

OCaml 4.09 rebuild

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-10 09:42:20 UTC (rev 514433)
+++ PKGBUILD2019-10-10 09:47:58 UTC (rev 514434)
@@ -3,7 +3,7 @@
 
 pkgname=opam
 pkgver=2.0.5
-pkgrel=4
+pkgrel=5
 pkgdesc='OCaml package manager'
 arch=(x86_64)
 url='https://opam.ocaml.org/'


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

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

OCaml 4.08.1 rebuild

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-24 12:40:13 UTC (rev 501486)
+++ PKGBUILD2019-08-24 12:45:27 UTC (rev 501487)
@@ -3,7 +3,7 @@
 
 pkgname=opam
 pkgver=2.0.5
-pkgrel=3
+pkgrel=4
 pkgdesc='OCaml package manager'
 arch=(x86_64)
 url='https://opam.ocaml.org/'


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

2019-08-16 Thread Alexander Rødseth via arch-commits
Date: Friday, August 16, 2019 @ 09:19:08
  Author: arodseth
Revision: 499827

upgpkg: opam 2.0.5-3

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-16 09:16:58 UTC (rev 499826)
+++ PKGBUILD2019-08-16 09:19:08 UTC (rev 499827)
@@ -3,7 +3,7 @@
 
 pkgname=opam
 pkgver=2.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc='OCaml package manager'
 arch=(x86_64)
 url='https://opam.ocaml.org/'


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

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

OCaml 4.08 rebuild

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-16 05:51:46 UTC (rev 499707)
+++ PKGBUILD2019-08-16 05:51:49 UTC (rev 499708)
@@ -3,7 +3,7 @@
 
 pkgname=opam
 pkgver=2.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='OCaml package manager'
 arch=(x86_64)
 url='https://opam.ocaml.org/'


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

2019-07-28 Thread Alexander Rødseth via arch-commits
Date: Sunday, July 28, 2019 @ 17:36:09
  Author: arodseth
Revision: 493868

upgpkg: opam 2.0.5-1

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-28 17:35:13 UTC (rev 493867)
+++ PKGBUILD2019-07-28 17:36:09 UTC (rev 493868)
@@ -2,7 +2,7 @@
 # Contributor: Vincent B. 
 
 pkgname=opam
-pkgver=2.0.4
+pkgver=2.0.5
 pkgrel=1
 pkgdesc='OCaml package manager'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'mercurial: For downloading packages with mercurial'
 'rsync: For downloading packages with rsync')
 
source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz;)
-sha256sums=('debfb828b400fb511ca290f1bfc928db91cad74ec1ccbddcfdbfeff26f7099e5')
+sha256sums=('776c7e64d6e24c2ef1efd1e6a71d36e007645efae94eaf860c05c1929effc76f')
 
 build() {
   cd "opam-full-$pkgver"
@@ -32,5 +32,5 @@
   rmdir "$pkgdir/usr/doc"
 }
 
-# getver: -u=2 opam.ocaml.org
+# getver: github.com/ocaml/opam/releases
 # vim: ts=2 sw=2 et:


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

2019-04-25 Thread Alexander Rødseth via arch-commits
Date: Thursday, April 25, 2019 @ 16:58:15
  Author: arodseth
Revision: 453983

upgpkg: opam 2.0.4-1

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 16:43:05 UTC (rev 453982)
+++ PKGBUILD2019-04-25 16:58:15 UTC (rev 453983)
@@ -2,7 +2,7 @@
 # Contributor: Vincent B. 
 
 pkgname=opam
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc='OCaml package manager'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'mercurial: For downloading packages with mercurial'
 'rsync: For downloading packages with rsync')
 
source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz;)
-sha256sums=('0589da4da184584a5445d59385009536534f60bc0e27772245b2f49e5fa8f0e2')
+sha256sums=('debfb828b400fb511ca290f1bfc928db91cad74ec1ccbddcfdbfeff26f7099e5')
 
 build() {
   cd "opam-full-$pkgver"
@@ -32,5 +32,5 @@
   rmdir "$pkgdir/usr/doc"
 }
 
-# getver: opam.ocaml.org
+# getver: -u=2 opam.ocaml.org
 # vim: ts=2 sw=2 et:


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

2019-02-01 Thread Alexander Rødseth via arch-commits
Date: Friday, February 1, 2019 @ 20:06:23
  Author: arodseth
Revision: 429124

upgpkg: opam 2.0.3-1

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-01 18:52:45 UTC (rev 429123)
+++ PKGBUILD2019-02-01 20:06:23 UTC (rev 429124)
@@ -2,27 +2,26 @@
 # Contributor: Vincent B. 
 
 pkgname=opam
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.3
+pkgrel=1
 pkgdesc='OCaml package manager'
-arch=('x86_64')
+arch=(x86_64)
 url='https://opam.ocaml.org/'
-license=('GPL')
-depends=('bubblewrap' 'ocaml-compiler-libs' 'unzip')
+license=(GPL)
+depends=(bubblewrap ocaml-compiler-libs unzip)
 optdepends=('darcs: For downloading packages with darcs'
 'git: For downloading packages with git'
 'mercurial: For downloading packages with mercurial'
 'rsync: For downloading packages with rsync')
 
source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz;)
-sha256sums=('81f7f1b661a0c1e04642fe02d0bea5524b32aa2cbed0ecf9b18d7145324ed97c')
+sha256sums=('0589da4da184584a5445d59385009536534f60bc0e27772245b2f49e5fa8f0e2')
 
 build() {
   cd "opam-full-$pkgver"
   ./configure --prefix=/usr
-  make \
+  make lib-ext all -j1 \
 OCAMLC='ocamlc -unsafe-string' \
-OCAMLOPT='ocamlopt -unsafe-string' \
-lib-ext all -j1
+OCAMLOPT='ocamlopt -unsafe-string'
 }
 
 package() {


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

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

OCaml 4.07.1 rebuild

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:18:08 UTC (rev 410519)
+++ PKGBUILD2018-11-29 07:18:22 UTC (rev 410520)
@@ -3,7 +3,7 @@
 
 pkgname=opam
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='OCaml package manager'
 arch=('x86_64')
 url='https://opam.ocaml.org/'


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

2018-11-06 Thread Alexander Rødseth via arch-commits
Date: Tuesday, November 6, 2018 @ 21:43:42
  Author: arodseth
Revision: 402254

upgpkg: opam 2.0.1-1

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 21:43:17 UTC (rev 402253)
+++ PKGBUILD2018-11-06 21:43:42 UTC (rev 402254)
@@ -27,8 +27,10 @@
 
 package() {
   make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
+
   install -d "$pkgdir/usr/share/doc"
   mv "$pkgdir/usr/doc/opam-installer" "$pkgdir/usr/share/doc/opam"
+  rmdir "$pkgdir/usr/doc"
 }
 
 # getver: opam.ocaml.org


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

2018-11-06 Thread Alexander Rødseth via arch-commits
Date: Tuesday, November 6, 2018 @ 19:04:20
  Author: arodseth
Revision: 401910

upgpkg: opam 2.0.1-1

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 19:04:06 UTC (rev 401909)
+++ PKGBUILD2018-11-06 19:04:20 UTC (rev 401910)
@@ -2,8 +2,8 @@
 # Contributor: Vincent B. 
 
 pkgname=opam
-pkgver=2.0.0
-pkgrel=3
+pkgver=2.0.1
+pkgrel=1
 pkgdesc='OCaml package manager'
 arch=('x86_64')
 url='https://opam.ocaml.org/'
@@ -14,17 +14,21 @@
 'mercurial: For downloading packages with mercurial'
 'rsync: For downloading packages with rsync')
 
source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz;)
-sha256sums=('9dad4fcb4f53878c9daa6285d8456ccc671e21bfa71544d1f926fb8a63bfed25')
+sha256sums=('81f7f1b661a0c1e04642fe02d0bea5524b32aa2cbed0ecf9b18d7145324ed97c')
 
 build() {
   cd "opam-full-$pkgver"
-
   ./configure --prefix=/usr
-  make -j1 lib-ext all OCAMLC="ocamlc -unsafe-string" OCAMLOPT="ocamlopt 
-unsafe-string"
+  make \
+OCAMLC='ocamlc -unsafe-string' \
+OCAMLOPT='ocamlopt -unsafe-string' \
+lib-ext all -j1
 }
 
 package() {
   make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
+  install -d "$pkgdir/usr/share/doc"
+  mv "$pkgdir/usr/doc/opam-installer" "$pkgdir/usr/share/doc/opam"
 }
 
 # getver: opam.ocaml.org


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

2018-10-17 Thread Alexander Rødseth via arch-commits
Date: Wednesday, October 17, 2018 @ 07:43:27
  Author: arodseth
Revision: 395013

upgpkg: opam 2.0.0-3

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-17 07:42:47 UTC (rev 395012)
+++ PKGBUILD2018-10-17 07:43:27 UTC (rev 395013)
@@ -3,12 +3,12 @@
 
 pkgname=opam
 pkgver=2.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='OCaml package manager'
 arch=('x86_64')
 url='https://opam.ocaml.org/'
 license=('GPL')
-depends=('aspcud' 'bubblewrap' 'ocaml' 'ocaml-compiler-libs' 'unzip')
+depends=('bubblewrap' 'ocaml-compiler-libs' 'unzip')
 optdepends=('darcs: For downloading packages with darcs'
 'git: For downloading packages with git'
 'mercurial: For downloading packages with mercurial'
@@ -27,4 +27,5 @@
   make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
 }
 
+# getver: opam.ocaml.org
 # vim: ts=2 sw=2 et:


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

2018-09-23 Thread Alexander Rødseth via arch-commits
Date: Sunday, September 23, 2018 @ 10:12:39
  Author: arodseth
Revision: 384192

upgpkg: opam 2.0.0-2

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-23 08:30:11 UTC (rev 384191)
+++ PKGBUILD2018-09-23 10:12:39 UTC (rev 384192)
@@ -3,12 +3,12 @@
 
 pkgname=opam
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='OCaml package manager'
 arch=('x86_64')
 url='https://opam.ocaml.org/'
 license=('GPL')
-depends=('aspcud' 'ocaml' 'ocaml-compiler-libs' 'unzip')
+depends=('aspcud' 'bubblewrap' 'ocaml' 'ocaml-compiler-libs' 'unzip')
 optdepends=('darcs: For downloading packages with darcs'
 'git: For downloading packages with git'
 'mercurial: For downloading packages with mercurial'


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

2018-09-19 Thread Alexander Rødseth via arch-commits
Date: Wednesday, September 19, 2018 @ 08:59:52
  Author: arodseth
Revision: 383344

upgpkg: opam 2.0.0-1

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-19 08:50:53 UTC (rev 383343)
+++ PKGBUILD2018-09-19 08:59:52 UTC (rev 383344)
@@ -1,20 +1,20 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Vincent B. 
 
 pkgname=opam
-pkgver=1.2.2
-pkgrel=5
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='OCaml package manager'
 arch=('x86_64')
 url='https://opam.ocaml.org/'
 license=('GPL')
-depends=('aspcud' 'ocaml' 'unzip')
+depends=('aspcud' 'ocaml' 'ocaml-compiler-libs' 'unzip')
 optdepends=('darcs: For downloading packages with darcs'
 'git: For downloading packages with git'
 'mercurial: For downloading packages with mercurial'
 'rsync: For downloading packages with rsync')
 
source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz;)
-sha256sums=('15e617179251041f4bf3910257bbb8398db987d863dd3cfc288bdd958de58f00')
+sha256sums=('9dad4fcb4f53878c9daa6285d8456ccc671e21bfa71544d1f926fb8a63bfed25')
 
 build() {
   cd "opam-full-$pkgver"


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

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

OCaml 4.07.0 rebuild

Use "-unsafe-string" compiler mode because of deprecated strings
usage.

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-14 15:31:11 UTC (rev 371525)
+++ PKGBUILD2018-08-14 15:32:48 UTC (rev 371526)
@@ -4,7 +4,7 @@
 
 pkgname=opam
 pkgver=1.2.2
-pkgrel=4
+pkgrel=5
 pkgdesc='OCaml package manager'
 arch=('x86_64')
 url='https://opam.ocaml.org/'
@@ -21,7 +21,7 @@
   cd "opam-full-$pkgver"
 
   ./configure --prefix=/usr
-  make -j1 lib-ext all
+  make -j1 lib-ext all OCAMLC="ocamlc -unsafe-string" OCAMLOPT="ocamlopt 
-unsafe-string"
 }
 
 package() {


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

2017-10-30 Thread Alexander Rødseth
Date: Monday, October 30, 2017 @ 11:36:53
  Author: arodseth
Revision: 264750

upgpkg: opam 1.2.2-4

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 11:35:09 UTC (rev 264749)
+++ PKGBUILD2017-10-30 11:36:53 UTC (rev 264750)
@@ -4,15 +4,16 @@
 
 pkgname=opam
 pkgver=1.2.2
-pkgrel=3
+pkgrel=4
 pkgdesc='OCaml package manager'
-arch=('x86_64' 'i686')
-url='http://opam.ocaml.org/'
+arch=('x86_64')
+url='https://opam.ocaml.org/'
 license=('GPL')
-depends=('aspcud' 'ocaml' 'patch' 'unzip')
+depends=('aspcud' 'ocaml' 'unzip')
 optdepends=('darcs: For downloading packages with darcs'
 'git: For downloading packages with git'
-'mercurial: For downloading packages with mercurial')
+'mercurial: For downloading packages with mercurial'
+'rsync: For downloading packages with rsync')
 
source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz;)
 sha256sums=('15e617179251041f4bf3910257bbb8398db987d863dd3cfc288bdd958de58f00')
 
@@ -27,4 +28,4 @@
   make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2017-05-27 Thread Alexander Rødseth
Date: Saturday, May 27, 2017 @ 09:40:51
  Author: arodseth
Revision: 230544

upgpkg: opam 1.2.2-3

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-27 09:13:13 UTC (rev 230543)
+++ PKGBUILD2017-05-27 09:40:51 UTC (rev 230544)
@@ -4,12 +4,12 @@
 
 pkgname=opam
 pkgver=1.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc='OCaml package manager'
 arch=('x86_64' 'i686')
 url='http://opam.ocaml.org/'
 license=('GPL')
-depends=('aspcud' 'ocaml')
+depends=('aspcud' 'ocaml' 'patch' 'unzip')
 optdepends=('darcs: For downloading packages with darcs'
 'git: For downloading packages with git'
 'mercurial: For downloading packages with mercurial')
@@ -20,8 +20,7 @@
   cd "opam-full-$pkgver"
 
   ./configure --prefix=/usr
-  make -j1 lib-ext
-  make -j1
+  make -j1 lib-ext all
 }
 
 package() {


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

2016-11-27 Thread Alexander Rødseth
Date: Sunday, November 27, 2016 @ 12:52:25
  Author: arodseth
Revision: 197018

upgpkg: opam 1.2.2-2

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 12:35:05 UTC (rev 197017)
+++ PKGBUILD2016-11-27 12:52:25 UTC (rev 197018)
@@ -4,12 +4,15 @@
 
 pkgname=opam
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='OCaml package manager'
 arch=('x86_64' 'i686')
 url='http://opam.ocaml.org/'
 license=('GPL')
 depends=('aspcud' 'ocaml')
+optdepends=('darcs: For downloading packages with darcs'
+'git: For downloading packages with git'
+'mercurial: For downloading packages with mercurial')
 
source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz;)
 sha256sums=('15e617179251041f4bf3910257bbb8398db987d863dd3cfc288bdd958de58f00')
 
@@ -22,7 +25,7 @@
 }
 
 package() {
-  make -C "$srcdir/opam-full-$pkgver" DESTDIR="$pkgdir" install
+  make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-11-27 Thread Alexander Rødseth
Date: Sunday, November 27, 2016 @ 12:34:49
  Author: arodseth
Revision: 197016

upgpkg: opam 1.2.2-1

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 12:28:26 UTC (rev 197015)
+++ PKGBUILD2016-11-27 12:34:49 UTC (rev 197016)
@@ -7,14 +7,14 @@
 pkgrel=1
 pkgdesc='OCaml package manager'
 arch=('x86_64' 'i686')
-url='http://opam.ocaml.org'
+url='http://opam.ocaml.org/'
 license=('GPL')
-depends=('ocaml' 'aspcud')
+depends=('aspcud' 'ocaml')
 
source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz;)
 sha256sums=('15e617179251041f4bf3910257bbb8398db987d863dd3cfc288bdd958de58f00')
 
 build() {
-  cd "$srcdir/opam-full-$pkgver"
+  cd "opam-full-$pkgver"
 
   ./configure --prefix=/usr
   make -j1 lib-ext