summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSean Anderson2020-01-02 17:26:46 -0500
committerSean Anderson2020-01-02 17:26:46 -0500
commit7e41b37470a7fe32cd7f97e52b0cf4cc1f9e97ba (patch)
tree652d9a0d2af1301e449951f6dfb84e607ee8b727 /PKGBUILD
parentdd3ade8ac9fff65b2226c36a620591d26f03ee23 (diff)
downloadaur-ocaml-zip.tar.gz
update to 1.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b41155c0a83..d57f1d2c737b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Nicolas Pouillard <nicolas.pouillard@gmail.com>
# Contributor: Sylvester Johansson <scj(at)archlinux(dot)us>
pkgname=ocaml-zip
-pkgver=1.08
-_pkgver=rel108
+pkgver=1.10
+_pkgver=rel110
pkgrel=1
pkgdesc="ZIP and gzip library for OCaml"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=('ocaml' 'zlib')
makedepends=('ocaml-findlib')
options=(!strip staticlibs)
source=("https://github.com/xavierleroy/camlzip/archive/$_pkgver.tar.gz")
-md5sums=('a2a394a39ad96c3b2e2a9a6f5197a2e3')
+md5sums=('97efd563735b4b6e7ae463b91aa72405')
build() {
cd "$srcdir/camlzip-$_pkgver"