Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-pypdf
Commits:
1abe024b by Caleb Maclennan at 2026-01-26T15:14:00+03:00
upgpkg: 6.6.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pypdf
pkgdesc = Python library for manipulating pages of PDF files
- pkgver = 6.6.1
+ pkgver = 6.6.2
pkgrel = 1
url = https://github.com/py-pdf/pypdf
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-pypdf
depends = python
optdepends = python-cryptography
optdepends = python-pillow
- source =
https://github.com/py-pdf/pypdf/archive/6.6.1/pypdf-6.6.1.tar.gz
- sha256sums =
4ef4d479ffdab5f265858ae7a04053100f6da0835c47f90dc4c491303aca8b43
+ source =
https://github.com/py-pdf/pypdf/archive/6.6.2/pypdf-6.6.2.tar.gz
+ sha256sums =
e76740d6338953c7dbee4ea924be665d696aeeb46b678a9024071f2fde7ad5b7
pkgname = python-pypdf
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
_pyname=pypdf
pkgname=python-$_pyname
-pkgver=6.6.1
+pkgver=6.6.2
pkgrel=1
pkgdesc='Python library for manipulating pages of PDF files'
arch=(any)
@@ -19,7 +19,7 @@ optdepends=(python-cryptography
python-pillow)
_archive="$_pyname-$pkgver"
source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('4ef4d479ffdab5f265858ae7a04053100f6da0835c47f90dc4c491303aca8b43')
+sha256sums=('e76740d6338953c7dbee4ea924be665d696aeeb46b678a9024071f2fde7ad5b7')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pypdf/-/commit/1abe024bd66efaa78cf159c7ad48359cabadf94e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pypdf/-/commit/1abe024bd66efaa78cf159c7ad48359cabadf94e
You're receiving this email because of your account on gitlab.archlinux.org.