summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry Jeffery2017-01-07 10:38:58 +0000
committerHarry Jeffery2017-01-07 10:38:58 +0000
commit27ef3e006a395ecc6145c8f481d0af83b57f5991 (patch)
tree847366765178cb59ac2c8a51585505b240331be8
parent4bef5dced3d1ab2cf02b63e2c56ab3901877ec61 (diff)
downloadaur-27ef3e006a395ecc6145c8f481d0af83b57f5991.tar.gz
Update to princexml 11
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e28d2ca0dc7..b4554fa617e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Aug 13 11:16:09 UTC 2016
+# Sat Jan 7 10:38:47 UTC 2017
pkgbase = princexml
pkgdesc = Convert HTML documents to PDF with CSS
- pkgver = 10r7
- pkgrel = 2
+ pkgver = 11
+ pkgrel = 1
url = http://www.princexml.com/
arch = i686
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = princexml
depends = libidn
depends = libxml2
depends = ca-certificates-utils
- source_i686 = http://www.princexml.com/download/prince-10r7-linux-generic-i686.tar.gz
- sha256sums_i686 = 21c298cdc13fc5ff2fb6fe4c56087aabbccd7f55c134c2bfc3fa49c7ada3bac4
- source_x86_64 = http://www.princexml.com/download/prince-10r7-linux-generic-x86_64.tar.gz
- sha256sums_x86_64 = 3eb2f6e71530a99872c538c74b628c60a143447362a8032e55285cf7f5b340d6
+ source_i686 = http://www.princexml.com/download/prince-11-linux-generic-i686.tar.gz
+ sha256sums_i686 = fdadf614693fddbbe0768ad52e3c006e9e9ee0335929e3a5b9fcbd54366c0782
+ source_x86_64 = http://www.princexml.com/download/prince-11-linux-generic-x86_64.tar.gz
+ sha256sums_x86_64 = 9b1c787b507d3217ea40781d37254f8fbea994e06b690b7afe8d08e262d44cd1
pkgname = princexml
diff --git a/PKGBUILD b/PKGBUILD
index 5c7f943c6278..5a61b5aa22ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Previous Maintainer: Chris Morgan <me@chrismorgan.info>
pkgname=princexml
-pkgver=10r7
-pkgrel=2
+pkgver=11
+pkgrel=1
pkgdesc="Convert HTML documents to PDF with CSS"
arch=(i686 x86_64)
url="http://www.princexml.com/"
@@ -12,8 +12,8 @@ license=(custom)
source_i686=(http://www.princexml.com/download/prince-${pkgver}-linux-generic-i686.tar.gz)
source_x86_64=(http://www.princexml.com/download/prince-${pkgver}-linux-generic-x86_64.tar.gz)
-sha256sums_i686=('21c298cdc13fc5ff2fb6fe4c56087aabbccd7f55c134c2bfc3fa49c7ada3bac4')
-sha256sums_x86_64=('3eb2f6e71530a99872c538c74b628c60a143447362a8032e55285cf7f5b340d6')
+sha256sums_i686=('fdadf614693fddbbe0768ad52e3c006e9e9ee0335929e3a5b9fcbd54366c0782')
+sha256sums_x86_64=('9b1c787b507d3217ea40781d37254f8fbea994e06b690b7afe8d08e262d44cd1')
package() {
mkdir -p "$pkgdir/opt/prince"