summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2023-09-05 10:04:38 -0400
committerGuillaume Horel2023-09-05 10:04:38 -0400
commitf4f69c4192dd97f96c9a0c1fde7330e9addc314d (patch)
tree4f443c39e19aee686b3eb2b3077d0019c4cd11ea
parent2c0339ca5b6d5ab4a499743f488d02f983b63646 (diff)
downloadaur-f4f69c4192dd97f96c9a0c1fde7330e9addc314d.tar.gz
bump to 2.7.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5c32f3051bc..83ebb864a7de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fpdf2
pkgdesc = Simple PDF generation for Python
- pkgver = 2.7.4
+ pkgver = 2.7.5
pkgrel = 1
url = https://pyfpdf.github.io/fpdf2/
arch = any
@@ -14,7 +14,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.4.tar.gz
- sha256sums = b2b7197610a83dd6fe96c3b91a633827acc74973b4290103617d371d0d0a8ecf
+ source = https://files.pythonhosted.org/packages/source/f/fpdf2/fpdf2-2.7.5.tar.gz
+ sha256sums = 770392316614b4087ec78a393db1c3fc5c46bf7d2a0d673bf1ea95a6a0ba8258
pkgname = python-fpdf2
diff --git a/PKGBUILD b/PKGBUILD
index d48153574eab..0afb5388eefd 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.4
+pkgver=2.7.5
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-build python-installer python-setuptools python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('b2b7197610a83dd6fe96c3b91a633827acc74973b4290103617d371d0d0a8ecf')
+sha256sums=('770392316614b4087ec78a393db1c3fc5c46bf7d2a0d673bf1ea95a6a0ba8258')
build() {
cd "$_name-$pkgver"