summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Bandel2016-08-28 16:59:02 +0200
committerOliver Bandel2016-08-28 16:59:02 +0200
commitea2c92936bc2c4a27ffc16aa8407dd666b1f8eb9 (patch)
treee5ff5b3b894f7303a291cad3215cfe4e8082d5d6
parent0ca45423af8ab2321afbfaed59e8bd34973dbbb8 (diff)
downloadaur-ea2c92936bc2c4a27ffc16aa8407dd666b1f8eb9.tar.gz
URL correctd, for camlzip-1.06.tar.gz.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c01e65b18cf2..5fc10f150c44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-camlzip
pkgdesc = Provides easy access to compressed files in ZIP, GZIP and JAR format
pkgver = 1.06
- pkgrel = 1
+ pkgrel = 2
url = http://forge.ocamlcore.org/projects/camlzip/
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = ocaml-camlzip
makedepends = ocaml
makedepends = ocaml-findlib
depends = ocaml
- source = http://forge.ocamlcore.org/frs/download.php/1616/camlzip-1.05.tar.gz
+ source = http://forge.ocamlcore.org/frs/download.php/1616/camlzip-1.06.tar.gz
md5sums = 0874be16d02a7165dfc31edc06636e4c
pkgname = ocaml-camlzip
diff --git a/PKGBUILD b/PKGBUILD
index 3184409e5a09..806280abeb77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=ocaml-camlzip
_pkgname=camlzip
pkgver=1.06
-pkgrel=1
+pkgrel=2
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/1616/camlzip-1.05.tar.gz)
+source=(http://forge.ocamlcore.org/frs/download.php/1616/camlzip-1.06.tar.gz)
md5sums=(0874be16d02a7165dfc31edc06636e4c)
url="http://forge.ocamlcore.org/projects/camlzip/"
depends=('ocaml')