summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2023-10-20 13:36:23 -0400
committerGuillaume Horel2023-10-20 13:36:23 -0400
commit77b87759bf8528c8c7f643da4e498996566a118e (patch)
treeaae76c6180906c0c50ebb657b4f6c931a526ce16
parentf4f69c4192dd97f96c9a0c1fde7330e9addc314d (diff)
downloadaur-77b87759bf8528c8c7f643da4e498996566a118e.tar.gz
bump to 2.7.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83ebb864a7de..a702e972951c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fpdf2
pkgdesc = Simple PDF generation for Python
- pkgver = 2.7.5
+ pkgver = 2.7.6
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.5.tar.gz
- sha256sums = 770392316614b4087ec78a393db1c3fc5c46bf7d2a0d673bf1ea95a6a0ba8258
+ source = https://files.pythonhosted.org/packages/source/f/fpdf2/fpdf2-2.7.6.tar.gz
+ sha256sums = 116eb372660d3da55aa0200c09ddca8cd09dae20084e87f08ebc82c9bfe8466e
pkgname = python-fpdf2
diff --git a/PKGBUILD b/PKGBUILD
index 0afb5388eefd..0e633b11339c 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.5
+pkgver=2.7.6
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=('770392316614b4087ec78a393db1c3fc5c46bf7d2a0d673bf1ea95a6a0ba8258')
+sha256sums=('116eb372660d3da55aa0200c09ddca8cd09dae20084e87f08ebc82c9bfe8466e')
build() {
cd "$_name-$pkgver"