[arch-commits] Commit in ocaml-ctypes/trunk (PKGBUILD)
Jürgen Hötzel
juergen at archlinux.org
Tue Nov 15 18:40:13 UTC 2016
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
===================================================================
--- PKGBUILD 2016-11-15 18:05:14 UTC (rev 280844)
+++ PKGBUILD 2016-11-15 18:40:13 UTC (rev 280845)
@@ -3,17 +3,17 @@
# Contributor: Armin K. <krejzi at email dot com>
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=('6a8e29447c2b24c8f4c4e5ae6f9580f42aaaa7c59ef92ed1a2944b097d87b9f3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
+sha256sums=('9888667de03c330d3845e8ded0df53f9e1d234be2c3696517a1e98e176116cea')
build() {
cd "$srcdir/$pkgname-$pkgver"
More information about the arch-commits
mailing list