summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-03-03 16:07:45 -0500
committerGuillaume Horel2021-03-03 16:07:45 -0500
commitc9daa583abd0603b48b880853ec5ff02064e1c43 (patch)
tree409e20a867762d46398322950d8d3c665535e55e
parent9bf39f48dd430dd89f62b95935254cb35bbba3ce (diff)
downloadaur-c9daa583abd0603b48b880853ec5ff02064e1c43.tar.gz
bump to 2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ec46e5bbac6..e930ea22c8cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fpdf2
pkgdesc = Simple PDF generation for Python
- pkgver = 2.3.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://pyfpdf.github.io/fpdf2/
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-fpdf2
makedepends = python-setuptools
depends = python-pillow
conflicts = python-fpdf
- source = https://files.pythonhosted.org/packages/source/f/fpdf2/fpdf2-2.3.0.tar.gz
- sha256sums = a7583954ab7f9664c43ed1a3e523ee23f42649b366680f03b9a2397c795087ef
+ source = https://files.pythonhosted.org/packages/source/f/fpdf2/fpdf2-2.3.1.tar.gz
+ sha256sums = e9f7e74669cfee4f7d6e778f708e5843bb95c967b7d9d4a03c728a19c5677792
pkgname = python-fpdf2
diff --git a/PKGBUILD b/PKGBUILD
index 238e876aa682..e76f33155bd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-fpdf2
_name=${pkgname#python-}
-pkgver=2.3.0
+pkgver=2.3.1
pkgrel=1
pkgdesc='Simple PDF generation for Python'
arch=(any)
@@ -11,7 +11,7 @@ conflicts=('python-fpdf')
depends=('python-pillow')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('a7583954ab7f9664c43ed1a3e523ee23f42649b366680f03b9a2397c795087ef')
+sha256sums=('e9f7e74669cfee4f7d6e778f708e5843bb95c967b7d9d4a03c728a19c5677792')
build() {
cd "$_name-$pkgver"