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

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

OCaml 4.11.0 rebuild

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-29 13:08:28 UTC (rev 394887)
+++ PKGBUILD2020-08-29 13:08:43 UTC (rev 394888)
@@ -3,12 +3,12 @@
 
 pkgname=ocaml-ctypes
 pkgver=0.17.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes;
 license=('MIT')
-depends=('ocaml>=4.08.1' 'libffi' 'ocaml-integers')
+depends=('ocaml>=4.11.0' 'libffi' 'ocaml-integers')
 makedepends=('ocaml-findlib' 'ocaml-compiler-libs')
 options=('!strip' '!makeflags')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)


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

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

Rebuild/Update to OCaml 4.10.0

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 12:43:05 UTC (rev 384580)
+++ PKGBUILD2020-05-16 12:46:43 UTC (rev 384581)
@@ -3,7 +3,7 @@
 
 pkgname=ocaml-ctypes
 pkgver=0.17.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes;


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

2020-04-08 Thread Felix Yan via arch-commits
Date: Wednesday, April 8, 2020 @ 13:50:25
  Author: felixonmars
Revision: 379829

libffi 3.3 rebuild

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-08 13:39:19 UTC (rev 379828)
+++ PKGBUILD2020-04-08 13:50:25 UTC (rev 379829)
@@ -3,7 +3,7 @@
 
 pkgname=ocaml-ctypes
 pkgver=0.17.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes;


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 02:04:12
  Author: felixonmars
Revision: 378382

upgpkg: ocaml-ctypes 0.17.1-1

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 01:28:24 UTC (rev 378381)
+++ PKGBUILD2020-03-23 02:04:12 UTC (rev 378382)
@@ -2,7 +2,7 @@
 # Contributor: Armin K. 
 
 pkgname=ocaml-ctypes
-pkgver=0.17.0
+pkgver=0.17.1
 pkgrel=1
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('ocaml-findlib' 'ocaml-compiler-libs')
 options=('!strip' '!makeflags')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha512sums=('927eadd44964b35e422e4b2e0d376c252827e2f1e4d746a6a346bb9f3ab10d8791cb299f5b885236cb135f9d5de229203d51b92aa848d605949eb674cdca7202')
+sha512sums=('1e197009f7e6b29b43944f757e987934337ebfa11bb2ff2ca8ba3ebc607e37cf1259d07a90d7faf4b91b49ee20d5c65357ad305f34ada0a8d336a3904233150e')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

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

upgpkg: ocaml-ctypes 0.17.0-1

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 11:32:23 UTC (rev 378317)
+++ PKGBUILD2020-03-22 11:38:04 UTC (rev 378318)
@@ -2,8 +2,8 @@
 # Contributor: Armin K. 
 
 pkgname=ocaml-ctypes
-pkgver=0.16.0
-pkgrel=2
+pkgver=0.17.0
+pkgrel=1
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes;
@@ -12,7 +12,7 @@
 makedepends=('ocaml-findlib' 'ocaml-compiler-libs')
 options=('!strip' '!makeflags')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('26395d60fa728ee6277573fdd74a7e82137826b531501fc2791d5db79b843350')
+sha512sums=('927eadd44964b35e422e4b2e0d376c252827e2f1e4d746a6a346bb9f3ab10d8791cb299f5b885236cb135f9d5de229203d51b92aa848d605949eb674cdca7202')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

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

upgpkg: ocaml-ctypes 0.16.0-2: rebuild with ocaml 4.09.1

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-21 18:41:29 UTC (rev 378287)
+++ PKGBUILD2020-03-21 18:43:50 UTC (rev 378288)
@@ -3,7 +3,7 @@
 
 pkgname=ocaml-ctypes
 pkgver=0.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes;


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

2020-02-02 Thread Jürgen Hötzel via arch-commits
Date: Sunday, February 2, 2020 @ 15:20:50
  Author: juergen
Revision: 374492

upgpkg: ocaml-ctypes 0.16.0-1

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 14:43:13 UTC (rev 374491)
+++ PKGBUILD2020-02-02 15:20:50 UTC (rev 374492)
@@ -2,7 +2,7 @@
 # Contributor: Armin K. 
 
 pkgname=ocaml-ctypes
-pkgver=0.15.0
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('ocaml-findlib' 'ocaml-compiler-libs')
 options=('!strip' '!makeflags')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('f607c7a3d0b0ab368aa6fb23e4289df2cf6c05541ae2766073ff6e8a35171bac')
+sha256sums=('26395d60fa728ee6277573fdd74a7e82137826b531501fc2791d5db79b843350')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

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

upgpkg: ocaml-ctypes 0.15.0-1

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-10 09:54:22 UTC (rev 364321)
+++ PKGBUILD2019-10-10 09:54:59 UTC (rev 364322)
@@ -2,8 +2,8 @@
 # Contributor: Armin K. 
 
 pkgname=ocaml-ctypes
-pkgver=0.14.0
-pkgrel=4
+pkgver=0.15.0
+pkgrel=1
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes;
@@ -12,7 +12,7 @@
 makedepends=('ocaml-findlib' 'ocaml-compiler-libs')
 options=('!strip' '!makeflags')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('e97aea533b3ce254747dcec39c92f0ca74859b9fe29533d2f391598105693a7f')
+sha256sums=('f607c7a3d0b0ab368aa6fb23e4289df2cf6c05541ae2766073ff6e8a35171bac')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

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

OCaml 4.08.1 rebuild

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-24 12:23:22 UTC (rev 360638)
+++ PKGBUILD2019-08-24 12:23:52 UTC (rev 360639)
@@ -3,12 +3,12 @@
 
 pkgname=ocaml-ctypes
 pkgver=0.14.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes;
 license=('MIT')
-depends=('ocaml>=4.07.0' 'libffi' 'ocaml-integers')
+depends=('ocaml>=4.08.1' 'libffi' 'ocaml-integers')
 makedepends=('ocaml-findlib' 'ocaml-compiler-libs')
 options=('!strip' '!makeflags')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)


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

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

OCaml 4.08 rebuild

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-16 05:58:13 UTC (rev 359871)
+++ PKGBUILD2019-08-16 05:58:32 UTC (rev 359872)
@@ -3,7 +3,7 @@
 
 pkgname=ocaml-ctypes
 pkgver=0.14.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes;


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

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

OCaml 4.07.1 rebuild

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:08:09 UTC (rev 340585)
+++ PKGBUILD2018-11-29 07:08:26 UTC (rev 340586)
@@ -3,7 +3,7 @@
 
 pkgname=ocaml-ctypes
 pkgver=0.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes;


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

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

OCaml 4.07.0 rebuild

Update to ocaml-ctypes-0.14.0-1

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-14 15:46:35 UTC (rev 331502)
+++ PKGBUILD2018-08-14 15:47:46 UTC (rev 331503)
@@ -3,17 +3,17 @@
 # Contributor: Armin K. 
 
 pkgname=ocaml-ctypes
-pkgver=0.11.5
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes;
 license=('MIT')
-depends=('ocaml=4.06.0' 'libffi')
+depends=('ocaml>=4.07.0' 'libffi' 'ocaml-integers')
 makedepends=('ocaml-findlib' 'ocaml-compiler-libs')
 options=('!strip' '!makeflags')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('ee0f9a61cdc9bd3de7dc6f605d556533536e27694f5e2ea9bf25f76f74f68f98')
+sha256sums=('e97aea533b3ce254747dcec39c92f0ca74859b9fe29533d2f391598105693a7f')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-01-22 Thread Jürgen Hötzel via arch-commits
Date: Monday, January 22, 2018 @ 20:27:27
  Author: juergen
Revision: 315272

OCaml 4.06 rebuild

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-22 20:26:21 UTC (rev 315271)
+++ PKGBUILD2018-01-22 20:27:27 UTC (rev 315272)
@@ -4,13 +4,13 @@
 
 pkgname=ocaml-ctypes
 pkgver=0.11.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes;
 license=('MIT')
-depends=('ocaml=4.05.0' 'libffi')
-makedepends=('ocaml-findlib')
+depends=('ocaml=4.06.0' 'libffi')
+makedepends=('ocaml-findlib' 'ocaml-compiler-libs')
 options=('!strip' '!makeflags')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
 sha256sums=('ee0f9a61cdc9bd3de7dc6f605d556533536e27694f5e2ea9bf25f76f74f68f98')


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

2017-07-15 Thread Jürgen Hötzel
Date: Saturday, July 15, 2017 @ 06:14:02
  Author: juergen
Revision: 300588

upgpkg: ocaml-ctypes 0.11.5-1

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-15 06:13:03 UTC (rev 300587)
+++ PKGBUILD2017-07-15 06:14:02 UTC (rev 300588)
@@ -3,17 +3,17 @@
 # Contributor: Armin K. 
 
 pkgname=ocaml-ctypes
-pkgver=0.11.3
-pkgrel=2
+pkgver=0.11.5
+pkgrel=1
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('i686' 'x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes;
 license=('MIT')
-depends=('ocaml=4.04.1' 'libffi')
+depends=('ocaml=4.05.0' 'libffi')
 makedepends=('ocaml-findlib')
 options=('!strip' '!makeflags')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('683b0215dca7bba797404869a80564cd4901a0a3f3c14bd65be7656c40b2329d')
+sha256sums=('ee0f9a61cdc9bd3de7dc6f605d556533536e27694f5e2ea9bf25f76f74f68f98')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-07-10 Thread Evangelos Foutras
Date: Tuesday, July 11, 2017 @ 04:47:16
  Author: foutrelis
Revision: 300067

upgpkg: ocaml-ctypes 0.11.3-2

PIE rebuild.

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 04:45:13 UTC (rev 300066)
+++ PKGBUILD2017-07-11 04:47:16 UTC (rev 300067)
@@ -4,7 +4,7 @@
 
 pkgname=ocaml-ctypes
 pkgver=0.11.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('i686' 'x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes;


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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:08:49
  Author: juergen
Revision: 294982

upgpkg: ocaml-ctypes 0.11.3-1

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 09:08:11 UTC (rev 294981)
+++ PKGBUILD2017-04-28 09:08:49 UTC (rev 294982)
@@ -3,17 +3,17 @@
 # Contributor: Armin K. 
 
 pkgname=ocaml-ctypes
-pkgver=0.10.2
+pkgver=0.11.3
 pkgrel=1
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('i686' 'x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes;
 license=('MIT')
-depends=('ocaml=4.04.0' 'libffi')
+depends=('ocaml=4.04.1' 'libffi')
 makedepends=('ocaml-findlib')
 options=('!strip' '!makeflags')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('9888667de03c330d3845e8ded0df53f9e1d234be2c3696517a1e98e176116cea')
+sha256sums=('683b0215dca7bba797404869a80564cd4901a0a3f3c14bd65be7656c40b2329d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-11-15 Thread Jürgen Hötzel
Date: Tuesday, November 15, 2016 @ 18:40:13
  Author: juergen
Revision: 280845

upgpkg: ocaml-ctypes 0.10.2-1

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-15 18:05:14 UTC (rev 280844)
+++ PKGBUILD2016-11-15 18:40:13 UTC (rev 280845)
@@ -3,17 +3,17 @@
 # Contributor: Armin K. 
 
 pkgname=ocaml-ctypes
-pkgver=0.9.0
+pkgver=0.10.2
 pkgrel=1
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('i686' 'x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes;
 license=('MIT')
-depends=('ocaml' 'libffi')
+depends=('ocaml=4.04.0' 'libffi')
 makedepends=('ocaml-findlib')
 options=('!strip' '!makeflags')
-source=($pkgname-$pkgver::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('6a8e29447c2b24c8f4c4e5ae6f9580f427c59ef92ed1a2944b097d87b9f3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
+sha256sums=('9888667de03c330d3845e8ded0df53f9e1d234be2c3696517a1e98e176116cea')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:30:35
  Author: juergen
Revision: 278987

upgpkg: ocaml-ctypes 0.9.0-1

Rebuild against OCaml 4.03.0

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 07:22:25 UTC (rev 278986)
+++ PKGBUILD2016-10-19 07:30:35 UTC (rev 278987)
@@ -3,8 +3,8 @@
 # Contributor: Armin K. 
 
 pkgname=ocaml-ctypes
-pkgver=0.4.1
-pkgrel=3
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('i686' 'x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes;
@@ -13,7 +13,7 @@
 makedepends=('ocaml-findlib')
 options=('!strip' '!makeflags')
 
source=($pkgname-$pkgver::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('74564e049de5d3c0e76ea284c225cb658ac1a2b483345be1efb9be4b3c1702f5')
+sha256sums=('6a8e29447c2b24c8f4c4e5ae6f9580f427c59ef92ed1a2944b097d87b9f3')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2015-08-15 Thread Jürgen Hötzel
Date: Saturday, August 15, 2015 @ 11:59:25
  Author: juergen
Revision: 243741

upgpkg: ocaml-ctypes 0.4.1-2

Rebuild against Ocaml 4.02.3

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-15 09:54:44 UTC (rev 243740)
+++ PKGBUILD2015-08-15 09:59:25 UTC (rev 243741)
@@ -4,7 +4,7 @@
 
 pkgname=ocaml-ctypes
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Library for binding to C libraries using pure OCaml
 arch=('i686' 'x86_64')
 url=https://github.com/ocamllabs/ocaml-ctypes;


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

2015-08-15 Thread Jürgen Hötzel
Date: Saturday, August 15, 2015 @ 12:18:27
  Author: juergen
Revision: 243745

fix invalid rebuild

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-15 10:16:59 UTC (rev 243744)
+++ PKGBUILD2015-08-15 10:18:27 UTC (rev 243745)
@@ -4,7 +4,7 @@
 
 pkgname=ocaml-ctypes
 pkgver=0.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Library for binding to C libraries using pure OCaml
 arch=('i686' 'x86_64')
 url=https://github.com/ocamllabs/ocaml-ctypes;


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

2015-07-25 Thread Evangelos Foutras
Date: Saturday, July 25, 2015 @ 20:58:52
  Author: foutrelis
Revision: 242500

upgpkg: ocaml-ctypes 0.4.1-1

New upstream release.

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-25 12:03:48 UTC (rev 242499)
+++ PKGBUILD2015-07-25 18:58:52 UTC (rev 242500)
@@ -3,8 +3,8 @@
 # Contributor: Armin K. krejzi at email dot com
 
 pkgname=ocaml-ctypes
-pkgver=0.3.4
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc=Library for binding to C libraries using pure OCaml
 arch=('i686' 'x86_64')
 url=https://github.com/ocamllabs/ocaml-ctypes;
@@ -13,7 +13,7 @@
 makedepends=('ocaml-findlib')
 options=('!strip' '!makeflags')
 
source=($pkgname-$pkgver::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('95b3c21a0348d9e17a30d834926e17e39447e58fe31a9a49e6d0289a0fcd3c43')
+sha256sums=('74564e049de5d3c0e76ea284c225cb658ac1a2b483345be1efb9be4b3c1702f5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-03-06 Thread Evangelos Foutras
Date: Friday, March 6, 2015 @ 17:52:47
  Author: foutrelis
Revision: 232951

upgpkg: ocaml-ctypes 0.3.4-2

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-06 16:42:28 UTC (rev 232950)
+++ PKGBUILD2015-03-06 16:52:47 UTC (rev 232951)
@@ -4,7 +4,7 @@
 
 pkgname=ocaml-ctypes
 pkgver=0.3.4
-pkgrel=0
+pkgrel=2
 pkgdesc=Library for binding to C libraries using pure OCaml
 arch=('i686' 'x86_64')
 url=https://github.com/ocamllabs/ocaml-ctypes;