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

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

upgpkg: camlp5 7.12-11

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-29 13:15:16 UTC (rev 692201)
+++ PKGBUILD2020-08-29 13:15:59 UTC (rev 692202)
@@ -8,18 +8,18 @@
 # Contributor: Tej Chajed 
 
 pkgname=camlp5
-pkgver=7.11
-_relname=rel711
-pkgrel=2
+pkgver=7.12
+_relname=rel712
+pkgrel=11
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'
 license=('BSD')
-depends=('ocaml')
-makedepends=('ocaml-compiler-libs')
+depends=('ocaml>=4.11.0')
+makedepends=('ocaml-compiler-libs>=4.11.0')
 
source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
+sha256sums=('fc4b50b9d917c2f844b909bdfd55735f3f658e32a415f0decc1c265bf3af42be')
 options=('staticlibs')
-sha256sums=('a048b8e0feb2a1058187824fc9cb6b55f2c5b788c43c15d6db090d789c7121ba')
 
 build() {
   cd "${srcdir}/camlp5-${_relname}"


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

2020-05-16 Thread Jürgen Hötzel via arch-commits
Date: Saturday, May 16, 2020 @ 12:52:44
  Author: juergen
Revision: 628179

Rebuild/Update to OCaml 4.10.0

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 12:36:51 UTC (rev 628178)
+++ PKGBUILD2020-05-16 12:52:44 UTC (rev 628179)
@@ -10,7 +10,7 @@
 pkgname=camlp5
 pkgver=7.11
 _relname=rel711
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'


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

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

upgpkg: camlp5 7.11-1

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-21 18:19:51 UTC (rev 602951)
+++ PKGBUILD2020-03-21 18:19:56 UTC (rev 602952)
@@ -8,8 +8,8 @@
 # Contributor: Tej Chajed 
 
 pkgname=camlp5
-pkgver=7.10
-_relname=rel710
+pkgver=7.11
+_relname=rel711
 pkgrel=1
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
@@ -19,7 +19,7 @@
 makedepends=('ocaml-compiler-libs')
 
source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
 options=('staticlibs')
-sha256sums=('83dff83d33ee9b70cd1b9d8d365db63a118201e5feb6aab49d9d3b1d62621784')
+sha256sums=('a048b8e0feb2a1058187824fc9cb6b55f2c5b788c43c15d6db090d789c7121ba')
 
 build() {
   cd "${srcdir}/camlp5-${_relname}"


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

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

upgpkg: camlp5 7.10-1

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-10 09:40:25 UTC (rev 514429)
+++ PKGBUILD2019-10-10 09:41:10 UTC (rev 514430)
@@ -8,9 +8,9 @@
 # Contributor: Tej Chajed 
 
 pkgname=camlp5
-pkgver=7.08
-_relname=rel708
-pkgrel=3
+pkgver=7.10
+_relname=rel710
+pkgrel=1
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'
@@ -19,7 +19,7 @@
 makedepends=('ocaml-compiler-libs')
 
source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
 options=('staticlibs')
-sha256sums=('46e67d8e36e5e4558c414f0b569532a33d3a12d7120ffdc474a6b3da1bfff163')
+sha256sums=('83dff83d33ee9b70cd1b9d8d365db63a118201e5feb6aab49d9d3b1d62621784')
 
 build() {
   cd "${srcdir}/camlp5-${_relname}"


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

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

OCaml 4.08.1 rebuild

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-24 12:38:09 UTC (rev 501480)
+++ PKGBUILD2019-08-24 12:38:45 UTC (rev 501481)
@@ -10,7 +10,7 @@
 pkgname=camlp5
 pkgver=7.08
 _relname=rel708
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'


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

2019-08-16 Thread Jürgen Hötzel via arch-commits
Date: Friday, August 16, 2019 @ 06:19:03
  Author: juergen
Revision: 499724

OCaml 4.08 rebuild

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-16 06:18:52 UTC (rev 499723)
+++ PKGBUILD2019-08-16 06:19:03 UTC (rev 499724)
@@ -10,7 +10,7 @@
 pkgname=camlp5
 pkgver=7.08
 _relname=rel708
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'


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

2019-08-02 Thread Baptiste Jonglez via arch-commits
Date: Friday, August 2, 2019 @ 20:55:26
  Author: zorun
Revision: 497095

upgpkg: camlp5 7.08-1

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 19:26:43 UTC (rev 497094)
+++ PKGBUILD2019-08-02 20:55:26 UTC (rev 497095)
@@ -8,9 +8,9 @@
 # Contributor: Tej Chajed 
 
 pkgname=camlp5
-pkgver=7.07
-_relname=rel707
-pkgrel=2
+pkgver=7.08
+_relname=rel708
+pkgrel=1
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'
@@ -17,9 +17,9 @@
 license=('BSD')
 depends=('ocaml')
 makedepends=('ocaml-compiler-libs')
-source=("https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
+source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
 options=('staticlibs')
-sha256sums=('a2c493b833b217adf94d2000eb19015b990c4e441beb35cf36b1d33ed2351991')
+sha256sums=('46e67d8e36e5e4558c414f0b569532a33d3a12d7120ffdc474a6b3da1bfff163')
 
 build() {
   cd "${srcdir}/camlp5-${_relname}"


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

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

OCaml 4.07.1 rebuild

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:11:18 UTC (rev 410501)
+++ PKGBUILD2018-11-29 07:12:07 UTC (rev 410502)
@@ -10,7 +10,7 @@
 pkgname=camlp5
 pkgver=7.07
 _relname=rel707
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'


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

2018-10-11 Thread Baptiste Jonglez via arch-commits
Date: Thursday, October 11, 2018 @ 21:13:46
  Author: zorun
Revision: 392805

upgpkg: camlp5 7.07-1

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-11 21:04:06 UTC (rev 392804)
+++ PKGBUILD2018-10-11 21:13:46 UTC (rev 392805)
@@ -8,9 +8,9 @@
 # Contributor: Tej Chajed 
 
 pkgname=camlp5
-pkgver=7.06
-_relname=rel706
-pkgrel=2
+pkgver=7.07
+_relname=rel707
+pkgrel=1
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'
@@ -19,7 +19,7 @@
 makedepends=('ocaml-compiler-libs')
 source=("https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
 options=('staticlibs')
-sha256sums=('bea3fba40305b6299a4a65a26f8e1f1caf844abec61588ff1c500e9c05047922')
+sha256sums=('a2c493b833b217adf94d2000eb19015b990c4e441beb35cf36b1d33ed2351991')
 
 build() {
   cd "${srcdir}/camlp5-${_relname}"


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

2018-08-14 Thread Jürgen Hötzel via arch-commits
Date: Tuesday, August 14, 2018 @ 16:00:30
  Author: juergen
Revision: 371596

OCaml 4.07.0 rebuild

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-14 15:59:10 UTC (rev 371595)
+++ PKGBUILD2018-08-14 16:00:30 UTC (rev 371596)
@@ -10,7 +10,7 @@
 pkgname=camlp5
 pkgver=7.06
 _relname=rel706
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'


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

2018-07-05 Thread Baptiste Jonglez via arch-commits
Date: Thursday, July 5, 2018 @ 07:42:48
  Author: zorun
Revision: 352455

upgpkg: camlp5 7.06-1

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-05 07:29:57 UTC (rev 352454)
+++ PKGBUILD2018-07-05 07:42:48 UTC (rev 352455)
@@ -8,8 +8,8 @@
 # Contributor: Tej Chajed 
 
 pkgname=camlp5
-pkgver=7.05
-_relname=rel705
+pkgver=7.06
+_relname=rel706
 pkgrel=1
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
@@ -19,7 +19,7 @@
 makedepends=('ocaml-compiler-libs')
 source=("https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
 options=('staticlibs')
-sha256sums=('ccc7afd2936c75cbee4aad58cd2ef8e7bf0dded556b91d76e4e462a27550ff12')
+sha256sums=('bea3fba40305b6299a4a65a26f8e1f1caf844abec61588ff1c500e9c05047922')
 
 build() {
   cd "${srcdir}/camlp5-${_relname}"


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

2018-02-24 Thread Baptiste Jonglez via arch-commits
Date: Saturday, February 24, 2018 @ 09:39:32
  Author: zorun
Revision: 297631

upgpkg: camlp5 7.05-1

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-24 09:31:30 UTC (rev 297630)
+++ PKGBUILD2018-02-24 09:39:32 UTC (rev 297631)
@@ -8,9 +8,9 @@
 # Contributor: Tej Chajed 
 
 pkgname=camlp5
-pkgver=7.03
-_relname=rel703
-pkgrel=3
+pkgver=7.05
+_relname=rel705
+pkgrel=1
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'
@@ -19,7 +19,7 @@
 makedepends=('ocaml-compiler-libs')
 source=("https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
 options=('staticlibs')
-sha256sums=('c13d0a957a8e70627e1900ca25243b5e8da042bbda9eaa9e7d06955c0e3df21a')
+sha256sums=('ccc7afd2936c75cbee4aad58cd2ef8e7bf0dded556b91d76e4e462a27550ff12')
 
 build() {
   cd "${srcdir}/camlp5-${_relname}"


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

2018-01-24 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, January 24, 2018 @ 10:05:01
  Author: zorun
Revision: 286269

camlp5: add missing META file

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-24 09:59:46 UTC (rev 286268)
+++ PKGBUILD2018-01-24 10:05:01 UTC (rev 286269)
@@ -10,7 +10,7 @@
 pkgname=camlp5
 pkgver=7.03
 _relname=rel703
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'
@@ -37,7 +37,7 @@
 
   make DESTDIR="${pkgdir}" install
 
-  install -D -m644 LICENSE \
-"${pkgdir}/usr/share/licenses/camlp5/LICENSE"
+  install -D -m644 etc/META "${pkgdir}/usr/lib/ocaml/camlp5"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/camlp5/LICENSE"
 }
 


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

2018-01-23 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, January 23, 2018 @ 09:57:13
  Author: zorun
Revision: 285491

camlp5: rebuild against ocaml 4.06

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-23 09:56:57 UTC (rev 285490)
+++ PKGBUILD2018-01-23 09:57:13 UTC (rev 285491)
@@ -10,12 +10,13 @@
 pkgname=camlp5
 pkgver=7.03
 _relname=rel703
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'
 license=('BSD')
 depends=('ocaml')
+makedepends=('ocaml-compiler-libs')
 source=("https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
 options=('staticlibs')
 sha256sums=('c13d0a957a8e70627e1900ca25243b5e8da042bbda9eaa9e7d06955c0e3df21a')


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

2017-11-28 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, November 28, 2017 @ 20:52:42
  Author: zorun
Revision: 270514

upgpkg: camlp5 7.03-1

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 19:51:13 UTC (rev 270513)
+++ PKGBUILD2017-11-28 20:52:42 UTC (rev 270514)
@@ -8,9 +8,9 @@
 # Contributor: Tej Chajed 
 
 pkgname=camlp5
-pkgver=7.02
-_relname=rel702
-pkgrel=3
+pkgver=7.03
+_relname=rel703
+pkgrel=1
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'
@@ -18,7 +18,7 @@
 depends=('ocaml')
 source=("https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
 options=('staticlibs')
-sha1sums=('b69dd1589d9028dac15ac15fdb14beb404ae241f')
+sha256sums=('c13d0a957a8e70627e1900ca25243b5e8da042bbda9eaa9e7d06955c0e3df21a')
 
 build() {
   cd "${srcdir}/camlp5-${_relname}"


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

2017-10-18 Thread Baptiste Jonglez
Date: Wednesday, October 18, 2017 @ 08:24:50
  Author: zorun
Revision: 263215

upgpkg: camlp5 7.02-3

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-18 08:24:28 UTC (rev 263214)
+++ PKGBUILD2017-10-18 08:24:50 UTC (rev 263215)
@@ -10,10 +10,9 @@
 pkgname=camlp5
 pkgver=7.02
 _relname=rel702
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
-conflicts=('camlp5-transitional')
 url='https://camlp5.github.io/'
 license=('BSD')
 depends=('ocaml')