[arch-commits] Commit in ocaml-ctypes/trunk (PKGBUILD)
Jürgen Hötzel
juergen at archlinux.org
Tue Aug 14 15:47:47 UTC 2018
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
===================================================================
--- PKGBUILD 2018-08-14 15:46:35 UTC (rev 331502)
+++ PKGBUILD 2018-08-14 15:47:46 UTC (rev 331503)
@@ -3,17 +3,17 @@
# Contributor: Armin K. <krejzi at email dot com>
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"
More information about the arch-commits
mailing list