summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2022-11-25 14:45:51 -0500
committerGuillaume Horel2022-11-25 14:45:51 -0500
commitaa302e820b9dfd85ac8d6a5c7a6472a3723a2546 (patch)
treea2ad6b9fd74a066073e02ba1b13b2b28a679c4ba
parent561400ca8585f09463a7b66cff559a68e89b7f85 (diff)
downloadaur-aa302e820b9dfd85ac8d6a5c7a6472a3723a2546.tar.gz
bump to 2.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d4d14d3ba30..d4f9fa864d1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-fpdf2
pkgdesc = Simple PDF generation for Python
- pkgver = 2.5.7
- pkgrel = 2
+ pkgver = 2.6.0
+ pkgrel = 1
url = https://pyfpdf.github.io/fpdf2/
arch = any
license = LGPL3
@@ -12,7 +12,7 @@ pkgbase = python-fpdf2
depends = python-fonttools
optdepends = python-svg.path
conflicts = python-fpdf
- source = https://files.pythonhosted.org/packages/source/f/fpdf2/fpdf2-2.5.7.tar.gz
- sha256sums = 89fa797215b250e2f3d2cf07b6e57a33644a5909cc2f7eb63bfb825d305b6927
+ source = https://files.pythonhosted.org/packages/source/f/fpdf2/fpdf2-2.6.0.tar.gz
+ sha256sums = 3bb19fa30a5b1d76fd1470a47464de5e0aa4cc1ca729613fdd1076817aeffe43
pkgname = python-fpdf2
diff --git a/PKGBUILD b/PKGBUILD
index 435d3d84e0d1..db4712884b9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-fpdf2
_name=${pkgname#python-}
-pkgver=2.5.7
-pkgrel=2
+pkgver=2.6.0
+pkgrel=1
pkgdesc='Simple PDF generation for Python'
arch=(any)
url='https://pyfpdf.github.io/fpdf2/'
@@ -12,7 +12,7 @@ depends=('python' 'python-pillow' 'python-defusedxml' 'python-fonttools')
makedepends=('python-setuptools')
optdepends=('python-svg.path')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('89fa797215b250e2f3d2cf07b6e57a33644a5909cc2f7eb63bfb825d305b6927')
+sha256sums=('3bb19fa30a5b1d76fd1470a47464de5e0aa4cc1ca729613fdd1076817aeffe43')
build() {
cd "$_name-$pkgver"