summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2024-05-21 16:21:57 -0400
committerGuillaume Horel2024-05-21 16:21:57 -0400
commit9f1c8806d387a8725719f7a757d35297b4364a86 (patch)
tree1d7fadf28d809352c82d4cbe6733e5853717bd96
parent2d17fd713d5588eb2e281a6e470f1366663db033 (diff)
downloadaur-9f1c8806d387a8725719f7a757d35297b4364a86.tar.gz
fix checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa918ce1011c..7c62f56f113e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,6 @@ pkgbase = python-fpdf2
optdepends = python-cryptography: encryption support
conflicts = python-fpdf
source = https://files.pythonhosted.org/packages/source/f/fpdf2/fpdf2-2.7.9.tar.gz
- sha256sums = 21733fe27cc75021e5a4d7d69de95e185adf9717b1f9b1e14aa27d277d5c10fd
+ sha256sums = f364c0d816a5e364eeeda9761cf5c961bae8c946f080cf87fed7f38ab773b318
pkgname = python-fpdf2
diff --git a/PKGBUILD b/PKGBUILD
index 58bf14ce0e85..4c32ec0202a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ optdepends=(
)
makedepends=(python-build python-installer python-setuptools python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('21733fe27cc75021e5a4d7d69de95e185adf9717b1f9b1e14aa27d277d5c10fd')
+sha256sums=('f364c0d816a5e364eeeda9761cf5c961bae8c946f080cf87fed7f38ab773b318')
build() {
cd "$_name-$pkgver"