summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Anderson2023-02-12 11:11:19 -0500
committerSean Anderson2023-02-12 11:11:19 -0500
commite2286de7f7182b40a01f24599fe7d8ee0a85edc1 (patch)
tree81c91faf25e00b408ddf732b1b8543e9f5e775e4
parent9220bba51359f2f7bde71f3a747e25f25c5c09c5 (diff)
downloadaur-e2286de7f7182b40a01f24599fe7d8ee0a85edc1.tar.gz
1.11
-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"