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

Jürgen Hötzel juergen at archlinux.org
Fri Apr 28 09:08:50 UTC 2017


    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
===================================================================
--- PKGBUILD	2017-04-28 09:08:11 UTC (rev 294981)
+++ PKGBUILD	2017-04-28 09:08:49 UTC (rev 294982)
@@ -3,17 +3,17 @@
 # Contributor: Armin K. <krejzi at email dot com>
 
 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"



More information about the arch-commits mailing list