[arch-commits] Commit in ocaml-ctypes/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Mar 22 11:38:04 UTC 2020
Date: Sunday, March 22, 2020 @ 11:38:04
Author: felixonmars
Revision: 378318
upgpkg: ocaml-ctypes 0.17.0-1
Modified:
ocaml-ctypes/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-22 11:32:23 UTC (rev 378317)
+++ PKGBUILD 2020-03-22 11:38:04 UTC (rev 378318)
@@ -2,8 +2,8 @@
# Contributor: Armin K. <krejzi at email dot com>
pkgname=ocaml-ctypes
-pkgver=0.16.0
-pkgrel=2
+pkgver=0.17.0
+pkgrel=1
pkgdesc="Library for binding to C libraries using pure OCaml"
arch=('x86_64')
url="https://github.com/ocamllabs/ocaml-ctypes"
@@ -12,7 +12,7 @@
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=('26395d60fa728ee6277573fdd74a7e82137826b531501fc2791d5db79b843350')
+sha512sums=('927eadd44964b35e422e4b2e0d376c252827e2f1e4d746a6a346bb9f3ab10d8791cb299f5b885236cb135f9d5de229203d51b92aa848d605949eb674cdca7202')
build() {
cd "$srcdir/$pkgname-$pkgver"
More information about the arch-commits
mailing list