summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2023-01-17 14:24:23 -0500
committerGuillaume Horel2023-01-17 14:24:23 -0500
commitaed1c28fa7f73d7c8943bcd05c185e9a5c4d7d6c (patch)
treea9800a56ce26f3754914b66fe2ebe39685559e15
parentaa302e820b9dfd85ac8d6a5c7a6472a3723a2546 (diff)
downloadaur-aed1c28fa7f73d7c8943bcd05c185e9a5c4d7d6c.tar.gz
bump to 2.6.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4f9fa864d1d..c17e8ca05c70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fpdf2
pkgdesc = Simple PDF generation for Python
- pkgver = 2.6.0
+ pkgver = 2.6.1
pkgrel = 1
url = https://pyfpdf.github.io/fpdf2/
arch = any
@@ -10,9 +10,8 @@ pkgbase = python-fpdf2
depends = python-pillow
depends = python-defusedxml
depends = python-fonttools
- optdepends = python-svg.path
conflicts = python-fpdf
- source = https://files.pythonhosted.org/packages/source/f/fpdf2/fpdf2-2.6.0.tar.gz
- sha256sums = 3bb19fa30a5b1d76fd1470a47464de5e0aa4cc1ca729613fdd1076817aeffe43
+ source = https://files.pythonhosted.org/packages/source/f/fpdf2/fpdf2-2.6.1.tar.gz
+ sha256sums = c5196b1a5ef5ecb8769d3407db460c08842eb9f96ee9e2558a7d787239dd65b3
pkgname = python-fpdf2
diff --git a/PKGBUILD b/PKGBUILD
index db4712884b9b..fdd2d26abe35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-fpdf2
_name=${pkgname#python-}
-pkgver=2.6.0
+pkgver=2.6.1
pkgrel=1
pkgdesc='Simple PDF generation for Python'
arch=(any)
@@ -10,9 +10,8 @@ license=(LGPL3)
conflicts=('python-fpdf')
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=('3bb19fa30a5b1d76fd1470a47464de5e0aa4cc1ca729613fdd1076817aeffe43')
+sha256sums=('c5196b1a5ef5ecb8769d3407db460c08842eb9f96ee9e2558a7d787239dd65b3')
build() {
cd "$_name-$pkgver"