Package Details: caj2pdf-git 1:r188.6c4bc32-1

Git Clone URL: https://aur.archlinux.org/caj2pdf-git.git (read-only, click to copy)
Package Base: caj2pdf-git
Description: Convert CAJ (China Academic Journals) files to PDF.
Upstream URL: https://github.com/caj2pdf/caj2pdf
Licenses: GLWTPL
Conflicts: caj2pdf
Provides: caj2pdf
Submitter: yinflying
Maintainer: ouuan
Last Packager: ouuan
Votes: 4
Popularity: 0.000000
First Submitted: 2018-04-24 12:52 (UTC)
Last Updated: 2024-04-20 06:25 (UTC)

Latest Comments

ccat3z commented on 2020-08-16 10:31 (UTC) (edited on 2020-08-16 15:09 (UTC) by ccat3z)

Please add python-pypdf2 in depends and the pkgver() function since it's a VCS package (see VCS_package_guidelines).

depends=('git' 'python3' 'mupdf-tools' 'python-pypdf2')

pkgver() {
  cd "$srcdir/${_proname}"
  echo "0.$(git rev-list --count HEAD).$(git describe --always)"
}

bilabila commented on 2019-02-21 13:01 (UTC)

python-pypdf2 is in Community now, you can add it into dependency

yinflying commented on 2018-04-24 13:04 (UTC) (edited on 2018-04-24 13:16 (UTC) by yinflying)

Please make sure the python3-PyPDF2 has been installed. $sudo pip3 install pypdf2