summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2022-04-17 22:21:34 -0400
committerChris Severance2022-04-17 22:21:34 -0400
commitf662271cd37542d3b61d5bc7c7afd9f48e9ffc39 (patch)
treea4ed4d5d8ef6284efa9e9b15ee76b1fa3c030e0f
parent3cfd510dfb2d89a388f048c2433d97caf40856ef (diff)
downloadaur-f662271cd37542d3b61d5bc7c7afd9f48e9ffc39.tar.gz
autu: Update to 2.5.1-1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1400cabb9f39..69368863b63c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 29 13:57:23 UTC 2021
+# Mon Apr 18 02:21:34 UTC 2022
pkgbase = cpdf
pkgdesc = Coherent Graphics cpdf to manipulate PDF files including merge, encrypt, decrypt, scale, crop, rotate, bookmarks, stamp, logos, page numbers
- pkgver = 2.4
+ pkgver = 2.5.1
pkgrel = 1
url = http://community.coherentpdf.com
arch = x86_64
@@ -10,13 +10,12 @@ pkgbase = cpdf
license = custom
makedepends = ocaml
makedepends = ocaml-findlib
- depends = camlpdf>=2.4
- conflicts = cpdf-bin
+ depends = camlpdf>=2.5.1
options = !makeflags
options = staticlibs
- source = cpdf-source-2.4.tar.gz::https://github.com/johnwhitington/cpdf-source/archive/v2.4.tar.gz
- md5sums = 8d2df0d63814b98ce25168defcae3184
- sha256sums = f6546300ace811da06d486ef6d12ceeb4ddc17df6ba09e9fd51d3238ffe12ce8
+ source = cpdf-source-2.5.1.tar.gz::https://github.com/johnwhitington/cpdf-source/archive/v2.5.1.tar.gz
+ md5sums = 9dea734559625813cc21cab8cc607570
+ sha256sums = f1c1ad8823f39e24fb2b2794d5238976c88e136ebe053e742cdc518b55dceef9
pkgname = cpdf
diff --git a/PKGBUILD b/PKGBUILD
index 2e0ddfbde315..8aa13c7ff23b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
set -u
_pkgname='cpdf'
pkgname="${_pkgname}"
-pkgver='2.4'
+pkgver='2.5.1'
pkgrel=1
pkgdesc='Coherent Graphics ## to manipulate PDF files including merge, encrypt, decrypt, scale, crop, rotate, bookmarks, stamp, logos, page numbers'
arch=('x86_64' 'i686')
@@ -24,7 +24,7 @@ url='http://community.coherentpdf.com'
license=('custom')
depends=("camlpdf>=${pkgver}")
makedepends=('ocaml' 'ocaml-findlib')
-conflicts=('cpdf-bin') # temporary
+#conflicts=('cpdf-bin') # temporary
options=('!makeflags' 'staticlibs')
_srcfile="v${pkgver}"
@@ -54,8 +54,8 @@ else
pkgdesc="${pkgdesc//##/cpdf}"
fi
unset _srcfile _srcdirname
-md5sums=('8d2df0d63814b98ce25168defcae3184')
-sha256sums=('f6546300ace811da06d486ef6d12ceeb4ddc17df6ba09e9fd51d3238ffe12ce8')
+md5sums=('9dea734559625813cc21cab8cc607570')
+sha256sums=('f1c1ad8823f39e24fb2b2794d5238976c88e136ebe053e742cdc518b55dceef9')
_pkgver_disabled() {
set -u