summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Bandel2016-08-28 16:55:38 +0200
committerOliver Bandel2016-08-28 16:55:38 +0200
commit0ca45423af8ab2321afbfaed59e8bd34973dbbb8 (patch)
tree410348d0ea9262eac7ef03720d49bc0b7bc40f2d
parenta9bedb20e761a9421ac2210345819a4f1e7ade63 (diff)
downloadaur-0ca45423af8ab2321afbfaed59e8bd34973dbbb8.tar.gz
camlzip, release 1.06.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e943d30e1894..c01e65b18cf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-camlzip
pkgdesc = Provides easy access to compressed files in ZIP, GZIP and JAR format
- pkgver = 1.05
+ pkgver = 1.06
pkgrel = 1
url = http://forge.ocamlcore.org/projects/camlzip/
arch = i686
@@ -9,8 +9,8 @@ pkgbase = ocaml-camlzip
makedepends = ocaml
makedepends = ocaml-findlib
depends = ocaml
- source = http://forge.ocamlcore.org/frs/download.php/1037/camlzip-1.05.tar.gz
- md5sums = e85c179d5dc79821e6e8d90e636599f1
+ source = http://forge.ocamlcore.org/frs/download.php/1616/camlzip-1.05.tar.gz
+ md5sums = 0874be16d02a7165dfc31edc06636e4c
pkgname = ocaml-camlzip
diff --git a/PKGBUILD b/PKGBUILD
index 52f45d8fefd2..3184409e5a09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: oliver < a t > first . in-berlin . de
pkgname=ocaml-camlzip
_pkgname=camlzip
-pkgver=1.05
+pkgver=1.06
pkgrel=1
pkgdesc="Provides easy access to compressed files in ZIP, GZIP and JAR format"
arch=('i686' 'x86_64')
license=('custom: LGPL-2.1+ with OCaml linking exception')
-source=(http://forge.ocamlcore.org/frs/download.php/1037/camlzip-1.05.tar.gz)
-md5sums=(e85c179d5dc79821e6e8d90e636599f1)
+source=(http://forge.ocamlcore.org/frs/download.php/1616/camlzip-1.05.tar.gz)
+md5sums=(0874be16d02a7165dfc31edc06636e4c)
url="http://forge.ocamlcore.org/projects/camlzip/"
depends=('ocaml')
makedepends=('ocaml' 'ocaml-findlib')