Comment
The change only bumps pkgrel from 1 to 2 and removes the epoch line from .SRCINFO. There are no source, build, install, dependency, or script changes in the provided diff hunk, so there is no evident security impact from this metadata-only update. The only thing to note is that removing epoch could affect version comparison semantics, but that is a packaging/versioning concern rather than a security issue in this change.
@@ -1,8 +1,7 @@
pkgbase = python-pypdf2
pkgdesc = Python library for manipulating pages of PDF files (legacy v2)
pkgver = 3.0.1
- pkgrel = 1
- epoch = 2
+ pkgrel = 2
url = https://pypi.org/project/PyPDF2
arch = any
license = BSD