summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2023-04-06 12:26:44 -0400
committerGuillaume Horel2023-04-06 12:26:44 -0400
commit85f4301b1496ce4ed4879753681377776cea2db1 (patch)
tree41675de76f8eb7b62a8bdf43dc0cd8abe17a2ca7
parentefdcbdb698c1fef29be0e17180f82508abe4ff63 (diff)
downloadaur-85f4301b1496ce4ed4879753681377776cea2db1.tar.gz
bump to 2.7.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e32677bed9f..c7cad3fcb38a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fpdf2
pkgdesc = Simple PDF generation for Python
- pkgver = 2.7.0
+ pkgver = 2.7.3
pkgrel = 1
url = https://pyfpdf.github.io/fpdf2/
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-fpdf2
depends = python-defusedxml
depends = python-fonttools
conflicts = python-fpdf
- source = https://files.pythonhosted.org/packages/source/f/fpdf2/fpdf2-2.7.0.tar.gz
- sha256sums = 15c551e2a92459736a525a13c1c03dfe2fec2fe3ab3d14717bbf271bfb24ae45
+ source = https://files.pythonhosted.org/packages/source/f/fpdf2/fpdf2-2.7.3.tar.gz
+ sha256sums = 5e53fd440b1b6dc24a33f5c12d05bc349f923a78f50e2ecb2f0b876b55182c41
pkgname = python-fpdf2
diff --git a/PKGBUILD b/PKGBUILD
index a26a57f32437..af5f8a88c88a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-fpdf2
_name=${pkgname#python-}
-pkgver=2.7.0
+pkgver=2.7.3
pkgrel=1
pkgdesc='Simple PDF generation for Python'
arch=(any)
@@ -11,7 +11,7 @@ conflicts=('python-fpdf')
depends=('python' 'python-pillow' 'python-defusedxml' 'python-fonttools')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('15c551e2a92459736a525a13c1c03dfe2fec2fe3ab3d14717bbf271bfb24ae45')
+sha256sums=('5e53fd440b1b6dc24a33f5c12d05bc349f923a78f50e2ecb2f0b876b55182c41')
build() {
cd "$_name-$pkgver"