summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f43c3978eb86..0c6f61859d19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-camlzip
pkgdesc = ZIP and gzip library for OCaml
- pkgver = 1.10
+ pkgver = 1.11
pkgrel = 1
url = https://github.com/xavierleroy/camlzip
arch = i686
@@ -14,8 +14,7 @@ pkgbase = ocaml-camlzip
replaces = ocaml-zip
options = !strip
options = staticlibs
- source = https://github.com/xavierleroy/camlzip/archive/rel110.tar.gz
- md5sums = 97efd563735b4b6e7ae463b91aa72405
+ source = https://github.com/xavierleroy/camlzip/archive/rel111.tar.gz
+ md5sums = ee7a2ecf4801226003ba2cd1b1f11d4d
pkgname = ocaml-camlzip
-
diff --git a/PKGBUILD b/PKGBUILD
index a806234112e8..e2cc4b3385c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Sylvester Johansson <scj(at)archlinux(dot)us>
_pkgname=camlzip
pkgname=ocaml-$_pkgname
-_pkgver=rel110
-pkgver=1.10
+_pkgver=rel111
+pkgver=1.11
pkgrel=1
pkgdesc="ZIP and gzip library for OCaml"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ conflicts=('ocaml-zip')
replaces=('ocaml-zip')
options=(!strip staticlibs)
source=("https://github.com/xavierleroy/$_pkgname/archive/$_pkgver.tar.gz")
-md5sums=('97efd563735b4b6e7ae463b91aa72405')
+md5sums=('ee7a2ecf4801226003ba2cd1b1f11d4d')
build() {
cd "$srcdir/$_pkgname-$_pkgver"