diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-02-15 21:32:05 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-02-15 21:32:05 (GMT) |
commit | ad0b917485532584dfcb65a1aa059ce1e627a17a (patch) | |
tree | 1e2f100c42ab0aea56eb9c983df9ab5a0e82a6a8 /abs/extra/ocaml-ctypes | |
parent | 6d8692bba331b7a24205e4f9bb1b91dfa6d4d6d4 (diff) | |
parent | 4d4d8d4d6e947e7c765d9fa49a73ace87da10784 (diff) | |
download | linhes_pkgbuild-ad0b917485532584dfcb65a1aa059ce1e627a17a.zip linhes_pkgbuild-ad0b917485532584dfcb65a1aa059ce1e627a17a.tar.gz linhes_pkgbuild-ad0b917485532584dfcb65a1aa059ce1e627a17a.tar.bz2 |
Merge branch 'testing'
Diffstat (limited to 'abs/extra/ocaml-ctypes')
-rw-r--r-- | abs/extra/ocaml-ctypes/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/extra/ocaml-ctypes/PKGBUILD b/abs/extra/ocaml-ctypes/PKGBUILD index 3d0922c..66a5721 100644 --- a/abs/extra/ocaml-ctypes/PKGBUILD +++ b/abs/extra/ocaml-ctypes/PKGBUILD @@ -3,17 +3,17 @@ # Contributor: Armin K. <krejzi at email dot com> pkgname=ocaml-ctypes -pkgver=0.4.1 -pkgrel=3 +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=('74564e049de5d3c0e76ea284c225cb658ac1a2b483345be1efb9be4b3c1702f5') +source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz) +sha256sums=('9888667de03c330d3845e8ded0df53f9e1d234be2c3696517a1e98e176116cea') build() { cd "$srcdir/$pkgname-$pkgver" |