summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSean Anderson2019-06-21 08:22:44 -0400
committerSean Anderson2019-06-21 08:22:44 -0400
commitdd3ade8ac9fff65b2226c36a620591d26f03ee23 (patch)
tree675e8f924b621e17891f717f5f30376e54077ebc /PKGBUILD
parent0465b35204a63873eda08d96620c6d4c84f210f6 (diff)
downloadaur-dd3ade8ac9fff65b2226c36a620591d26f03ee23.tar.gz
Bump to 1.08
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d7c19f21d63..0b41155c0a83 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.07
-_pkgver=rel107
+pkgver=1.08
+_pkgver=rel108
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=('8babccb584dfd4eb7b98901122e818a9')
+md5sums=('a2a394a39ad96c3b2e2a9a6f5197a2e3')
build() {
cd "$srcdir/camlzip-$_pkgver"