Package Details: pdfium-binaries 7033-1

Git Clone URL: https://aur.archlinux.org/pdfium-binaries.git (read-only, click to copy)
Package Base: pdfium-binaries
Description: PDFium binaries built with scripts from pdfium-binaries
Upstream URL: https://github.com/bblanchon/pdfium-binaries
Licenses: Apache
Conflicts: libpdfium-nojs, pdfium-binaries-v8
Provides: libpdfium
Submitter: kistlin
Maintainer: kistlin
Last Packager: kistlin
Votes: 2
Popularity: 0.82
First Submitted: 2021-12-09 09:38 (UTC)
Last Updated: 2025-02-26 14:56 (UTC)

Latest Comments

« First ‹ Previous 1 2

kistlin commented on 2021-12-10 05:52 (UTC)

Thank you for the comment. The package will be updated with git as dependency.

Regarding the conflicts (from manpages of PKGBUILD)

conflicts (array)
    An array of packages that will conflict with this package (i.e. they cannot 
    both be installed at the same time).

Therefore libpdfium-nojs should be correct, as it is a conflicting package, no?

The naming of the downloaded package could be changed. But I don't see the problem? The PKGBUILD contains ${pkgver}, so it will be reusable. What you see on this page comes from .SRCINFO. https://wiki.archlinux.org/title/.SRCINFO

And v8 has nothing to do with the version. This is the JavaScript engine of Chromium, which is used here to support JavaScript in PDF and XFA (forms in PDF).

FabioLolix commented on 2021-12-09 17:54 (UTC)

Hello, ideally this should conflicts 'libpdfium' only.

git is missing as makedepends

and please rename source to be non-conflctung and reusable source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bblanchon/pdfium-binaries/archive/refs/tags/chromium/${pkgver}.tar.gz")

For pdfium-binaries-v8 use pdfium-binaries-${pkgver}.tar.gz::