Package Details: pdfscale 2.5.3-1

Git Clone URL: https://aur.archlinux.org/pdfscale.git (read-only, click to copy)
Package Base: pdfscale
Description: Bash Script to Scale and Resize PDFs using Ghostscript
Upstream URL: https://github.com/tavinus/pdfScale
Licenses: GPL
Conflicts: pdfscale-git
Submitter: grufo
Maintainer: grufo
Last Packager: grufo
Votes: 1
Popularity: 0.000161
First Submitted: 2022-08-17 23:15 (UTC)
Last Updated: 2022-08-17 23:28 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

loh.tar commented on 2024-01-27 13:39 (UTC) (edited on 2024-01-27 13:42 (UTC) by loh.tar)

Hello, I came across a little issue

$ pdfscale 
pdfscale v2.5.3

ERROR! You need to install the package 'bc'
...

So you may add some dependencies, like this

$ git diff
diff --git a/PKGBUILD b/PKGBUILD
index a9f6b3d..9ed446e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ pkgdesc='Bash Script to Scale and Resize PDFs using Ghostscript'
arch=('any')
url="https://github.com/tavinus/${_appname}"
license=('GPL')
+depends=('ghostscript'
+         'bc')
conflicts=("${pkgname}-git")
source=("https://github.com/tavinus/${_appname}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('7e37316d39111c05d65c11837f72ad53885e6da3cced69b3e7cebd70ab1e4bb9')