summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard PALO2017-12-04 17:32:14 +0100
committerRichard PALO2017-12-04 17:32:14 +0100
commite8e5f71cb0d38887cffd3e9e8b8a9b23b8ea60fe (patch)
tree75cd060fa4f731336289ac8ba5fc100466f277dc /PKGBUILD
parentb8177bfcbfd21917f29bb73056727dd626e1a191 (diff)
downloadaur-e8e5f71cb0d38887cffd3e9e8b8a9b23b8ea60fe.tar.gz
update to relatorio-0.8.0
0.8.0 - 20171204 * Do not guess_type on styled cell content * Remove type attributes when guessing type * Add support for Python 3.6 * Remove soft-page-break
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7512e93cf6e2..d77752450876 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Florian Walch <florian.walch@gmx.at>
# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
pkgname=python-relatorio
-pkgver=0.7.1
+pkgver=0.8.0
pkgrel=1
pkgdesc="A templating library able to output odt and pdf files"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ optdepends=('python-pycha>=0.4.0: chart support' 'python-yaml'
'python-magic: fodt support')
makedepends=('python-distribute')
source=("https://pypi.io/packages/source/r/relatorio/relatorio-$pkgver.tar.gz")
-md5sums=('acdde338cc0461342c561f9ef3e04096')
+md5sums=('ba7061dfb512b57dfd54317a183f5278')
build() {
cd $srcdir/relatorio-$pkgver