summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-01-19 23:44:12 -0500
committerChris Severance2017-01-19 23:44:12 -0500
commit504c1889cff28edb1fab07f79eac2e549105e3db (patch)
tree6fc2db725cca8a676e07bb98a98cb31dc1a4d401
parentb7d62d864f5351747f582effa9cabd25579ed88f (diff)
downloadaur-504c1889cff28edb1fab07f79eac2e549105e3db.tar.gz
Update to 2.2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27eba7293589..c647a6a4efba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 10 00:59:02 UTC 2017
+# Fri Jan 20 04:44:00 UTC 2017
pkgbase = cpdf
pkgdesc = Coherent PDF and smpdf to manipulate PDF files including merge, encrypt, decrypt, scale, crop, rotate, bookmarks, stamp, logos, page numbers
- pkgver = 2.2
+ pkgver = 2.2.1
pkgrel = 1
url = http://community.coherentpdf.com
arch = x86_64
@@ -10,14 +10,14 @@ pkgbase = cpdf
license = custom
makedepends = ocaml
makedepends = ocaml-findlib
- depends = camlpdf>=2.2a
+ depends = camlpdf>=2.2
conflicts = cpdf-bin
options = !makeflags
options = staticlibs
source = cpdf-binaries-2.1.1.tar.gz.tar.gz::https://github.com/coherentgraphics/cpdf-binaries/archive/17372d86935f7541ae0bc7ff0b9eebb721af0cb0.tar.gz
- source = cpdf-source-2.2.tar.gz::https://github.com/johnwhitington/cpdf-source/archive/v2.2.tar.gz
+ source = cpdf-source-2.2.1.tar.gz::https://github.com/johnwhitington/cpdf-source/archive/v2.2.1.tar.gz
sha256sums = 55a0de2b225413d7cda3784e6336f40f707a31b8f018c1cd24a8396df9dda65f
- sha256sums = 5d8a4956cb944c27e28cae47f4fe6c6bd92472ea58f4648f17c6a45e157377c6
+ sha256sums = 304877313312859fb4155091548bfb47295798367aeddb1d93f6640640335006
pkgname = cpdf
diff --git a/PKGBUILD b/PKGBUILD
index 73a00a010898..ab1f65ea9df4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,14 +21,14 @@
set -u
_pkgname='cpdf'
pkgname="${_pkgname}"
-pkgver='2.2'
+pkgver='2.2.1'
_binver='2.1.1'; _binhash='17372d86935f7541ae0bc7ff0b9eebb721af0cb0' # version 2.1
pkgrel=1
pkgdesc='Coherent PDF and smpdf to manipulate PDF files including merge, encrypt, decrypt, scale, crop, rotate, bookmarks, stamp, logos, page numbers'
arch=('x86_64' 'i686')
url='http://community.coherentpdf.com'
license=('custom')
-depends=('camlpdf>=2.2a')
+depends=('camlpdf>=2.2')
makedepends=('ocaml' 'ocaml-findlib')
conflicts=('cpdf-bin') # temporary
options=('!makeflags' 'staticlibs')
@@ -50,7 +50,7 @@ source=(
)
unset _srcfile _srcmastname _srcdirname
sha256sums=('55a0de2b225413d7cda3784e6336f40f707a31b8f018c1cd24a8396df9dda65f'
- '5d8a4956cb944c27e28cae47f4fe6c6bd92472ea58f4648f17c6a45e157377c6')
+ '304877313312859fb4155091548bfb47295798367aeddb1d93f6640640335006')
_pkgver_disabled() {
set -u