summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2024-04-22 16:54:22 +1000
committerMark Blakeney2024-04-22 16:54:22 +1000
commitd68c4dcaaaa95418dc6255df593419c8e99bb2ae (patch)
treec29666ffe514315bacdb0a019493f787693f33c9 /PKGBUILD
parenta45bb846380c986b56487f0136cf42c2399bcdd4 (diff)
downloadaur-pdfcmd.tar.gz
Update to 1.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d9bbc2980ab..a07720d7bbc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pdfcmd
-pkgver=1.9
+pkgver=1.10
pkgrel=1
pkgdesc='Utility to perform commands on PDF files.'
url="https://github.com/bulletmark/$pkgname"
license=(GPL3)
arch=(any)
-depends=("python>=3.5" "python-pypdf")
+depends=("python>=3.5" "python-pypdf" "python-argcomplete")
makedepends=(python-setuptools python-build python-installer
python-wheel python-setuptools-scm)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('3d91dcd51c5cc19502bec2a4375527c8bbae6468')
+sha1sums=('02f1d97d9c42006cf7ddd39cd6849c872e7ce16c')
build() {
cd "$srcdir/$pkgname-$pkgver"