Package Details: pdf-diff-git 0.9.1.r57.a0d8230-2

Git Clone URL: https://aur.archlinux.org/pdf-diff-git.git (read-only, click to copy)
Package Base: pdf-diff-git
Description: Finds differences between two PDF documents
Upstream URL: https://github.com/JoshData/pdf-diff/
Licenses: custom:CC0
Conflicts: pdf-diff
Provides: pdf-diff
Submitter: s3lph
Maintainer: s3lph
Last Packager: s3lph
Votes: 0
Popularity: 0.000000
First Submitted: 2019-02-19 17:38 (UTC)
Last Updated: 2022-03-25 19:47 (UTC)

Latest Comments

s3lph commented on 2022-03-25 20:48 (UTC)

Hi @IngoMeyer, thanks for the info. The package is updated.

Unfortunately, https:// on its own doesn't work; it causes makepkg to do a regular HTTP download of the GitHub page presented at that URL. git+https:// does work though.

IngoMeyer commented on 2022-03-25 08:20 (UTC) (edited on 2022-03-25 09:21 (UTC) by IngoMeyer)

GitHub deactivated the plain git:// protocol, so this package does no longer build. But git:// can simply be replaced by https:// to make it work again.

See https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more details.

s3lph commented on 2020-02-26 20:14 (UTC)

Thanks for letting me know, I added the missing dependency.

corvus_192 commented on 2020-02-24 16:58 (UTC) (edited on 2020-02-24 17:01 (UTC) by corvus_192)

running this fails with

Traceback (most recent call last):
  File "/usr/bin/pdf-diff", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3254, in <module>
    def _initialize_master_working_set():
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3237, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3266, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 584, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 901, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 787, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pillow' distribution was not found and is required by pdf-diff