summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Bandel2017-01-14 19:03:44 +0100
committerOliver Bandel2017-01-14 19:03:44 +0100
commit6217715123ef19acd73ea51a45594496f323bc92 (patch)
tree9068f777df61da58b48f63f2309239e25c17b3bb
parenta5cefd20bee2f2887da1352e00ce816673c3b82d (diff)
downloadaur-6217715123ef19acd73ea51a45594496f323bc92.tar.gz
Camlpdf v2.2.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b007cef1e16..5b1b59b32678 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = camlpdf
pkgdesc = PDF-processing-library for OCaml
- pkgver = 2.1.1
- pkgrel = 2
+ pkgver = 2.2
+ pkgrel = 1
url = https://github.com/johnwhitington/camlpdf
arch = i686
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = camlpdf
depends = glibc
options = !makeflags
options = staticlibs
- source = https://github.com/johnwhitington/camlpdf/archive/v2.1.1.tar.gz
- md5sums = a3df80d071cc8d13ed119f9826941361
+ source = https://github.com/johnwhitington/camlpdf/archive/v2.2.tar.gz
+ md5sums = 051400c4753eb788044fe4450f0b5174
pkgname = camlpdf
diff --git a/PKGBUILD b/PKGBUILD
index 660fb5660447..6f7097091091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: oliver < a t > first . in-berlin . de
pkgname=camlpdf
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.2
+pkgrel=1
pkgdesc="PDF-processing-library for OCaml"
arch=('i686' 'x86_64')
license=('LGPL')
source=(https://github.com/johnwhitington/camlpdf/archive/v$pkgver.tar.gz)
-md5sums=('a3df80d071cc8d13ed119f9826941361')
+md5sums=('051400c4753eb788044fe4450f0b5174')
url="https://github.com/johnwhitington/camlpdf"
depends=('glibc')
makedepends=('ocaml-findlib')