diff options
author | Guillaume Horel | 2023-12-18 09:50:39 -0500 |
---|---|---|
committer | Guillaume Horel | 2023-12-18 09:50:39 -0500 |
commit | b97340bfc08f76edf9d3c07c9f2ce8e18ca8c9ed (patch) | |
tree | e340abbc487679784a0587ec0fc6a6be3f3e54cc | |
parent | 77b87759bf8528c8c7f643da4e498996566a118e (diff) | |
download | aur-b97340bfc08f76edf9d3c07c9f2ce8e18ca8c9ed.tar.gz |
bump to 2.7.7
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |