summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2020-05-10 17:53:45 +0800
committerKaizhao Zhang2020-05-10 17:53:45 +0800
commita24e738bca17ed1f1f1a0b3dd94e1ee70caa0255 (patch)
tree7e15b466806a8e97462bfb861d744f4c218fca31
parent9884945015f2c371579009068430d358c2601cf9 (diff)
downloadaur-a24e738bca17ed1f1f1a0b3dd94e1ee70caa0255.tar.gz
Updated to version 0.97
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e947df9525f..864de4234ba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rst2pdf
pkgdesc = Convert reStructured Text to PDF via ReportLab.
- pkgver = 0.96
+ pkgver = 0.97
pkgrel = 1
url = https://rst2pdf.org
arch = any
@@ -17,14 +17,14 @@ pkgbase = rst2pdf
optdepends = python-sphinx: sphinx
optdepends = python-wordaxe>=1.0: hyphenation
optdepends = python-svglib: SVG support
- optdepends = python-aafigure: aafigure support
+ optdepends = python-aafigure>=0.4: aafigure support
optdepends = python-matplotlib: math support
optdepends = python-xhtml2pdf: raw HTML support
provides = rst2pdf
conflicts = python-rst2pdf
conflicts = python2-rst2pdf
- source = rst2pdf-0.96.tar.gz::https://github.com/rst2pdf/rst2pdf/archive/0.96.tar.gz
- sha256sums = b54fe6e6bd11211849e3f35c08954804378312005c328dd8185ea52e59829121
+ source = rst2pdf-0.97.tar.gz::https://github.com/rst2pdf/rst2pdf/archive/0.97.tar.gz
+ sha256sums = 93ae68585c72b89fc8b6b2b4ef0128ea2cd7a73cf0f41a3fa52f60fcc85c3c1d
pkgname = rst2pdf
diff --git a/PKGBUILD b/PKGBUILD
index c1e7575cc0ba..2ef1fa0443ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
#_name=rst2pdf
pkgname=rst2pdf
-pkgver=0.96
+pkgver=0.97
pkgrel=1
pkgdesc="Convert reStructured Text to PDF via ReportLab."
url="https://rst2pdf.org"
@@ -22,7 +22,7 @@ optdepends=(
'python-sphinx: sphinx'
'python-wordaxe>=1.0: hyphenation'
'python-svglib: SVG support'
- 'python-aafigure: aafigure support'
+ 'python-aafigure>=0.4: aafigure support'
'python-matplotlib: math support'
'python-xhtml2pdf: raw HTML support'
)
@@ -37,8 +37,8 @@ source=(
)
sha256sums=(
#'SKIP'
- #'69ce86b8cfad8da366e0c52caccd9d1aa617e69ca5c3a50feb5519e829d198c4'
- 'b54fe6e6bd11211849e3f35c08954804378312005c328dd8185ea52e59829121'
+ #'343a2a75b2fe8cdf174c170a547a43b294129e68e24be8c18a6b9d1494c9f0b1'
+ '93ae68585c72b89fc8b6b2b4ef0128ea2cd7a73cf0f41a3fa52f60fcc85c3c1d'
)
build() {