summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2023-12-18 09:50:39 -0500
committerGuillaume Horel2023-12-18 09:50:39 -0500
commitb97340bfc08f76edf9d3c07c9f2ce8e18ca8c9ed (patch)
treee340abbc487679784a0587ec0fc6a6be3f3e54cc
parent77b87759bf8528c8c7f643da4e498996566a118e (diff)
downloadaur-b97340bfc08f76edf9d3c07c9f2ce8e18ca8c9ed.tar.gz
bump to 2.7.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a702e972951c..9e34d6be2f79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fpdf2
pkgdesc = Simple PDF generation for Python
- pkgver = 2.7.6
+ pkgver = 2.7.7
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.6.tar.gz
- sha256sums = 116eb372660d3da55aa0200c09ddca8cd09dae20084e87f08ebc82c9bfe8466e
+ source = https://files.pythonhosted.org/packages/source/f/fpdf2/fpdf2-2.7.7.tar.gz
+ sha256sums = db1a2270c6f1d9d718d36f0862893c7844a2432f83ee77caa05770323ddc7fdd
pkgname = python-fpdf2
diff --git a/PKGBUILD b/PKGBUILD
index 0e633b11339c..d9e1b2fc93d2 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.6
+pkgver=2.7.7
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=('116eb372660d3da55aa0200c09ddca8cd09dae20084e87f08ebc82c9bfe8466e')
+sha256sums=('db1a2270c6f1d9d718d36f0862893c7844a2432f83ee77caa05770323ddc7fdd')
build() {
cd "$_name-$pkgver"