ocaml-ctypes: update to 0.9.2

This commit is contained in:
Chaoting Liu 2016-10-03 09:42:07 +01:00
parent f597903e1a
commit 64704bc07a

View File

@ -2,7 +2,7 @@
# Contributor: Armin K. <krejzi at email dot com>
pkgname=ocaml-ctypes
pkgver=0.4.1
pkgver=0.9.2
pkgrel=1
pkgdesc="Library for binding to C libraries using pure OCaml"
arch=('x86_64')
@ -12,7 +12,7 @@ depends=('ocaml' 'libffi')
makedepends=('ocaml-findlib')
options=('!strip' '!makeflags')
source=($pkgname-$pkgver::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
sha256sums=('74564e049de5d3c0e76ea284c225cb658ac1a2b483345be1efb9be4b3c1702f5')
sha256sums=('8e31e87e21ab776de150a43a5047449243ac7632d27d1c0e9da0ca611a664d11')
build() {
cd "$srcdir/$pkgname-$pkgver"