summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2024-04-22 16:54:22 +1000
committerMark Blakeney2024-04-22 16:54:22 +1000
commitd68c4dcaaaa95418dc6255df593419c8e99bb2ae (patch)
treec29666ffe514315bacdb0a019493f787693f33c9
parenta45bb846380c986b56487f0136cf42c2399bcdd4 (diff)
downloadaur-pdfcmd.tar.gz
Update to 1.10
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eb12363aad9..b9290ee59914 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pdfcmd
pkgdesc = Utility to perform commands on PDF files.
- pkgver = 1.9
+ pkgver = 1.10
pkgrel = 1
url = https://github.com/bulletmark/pdfcmd
arch = any
@@ -12,7 +12,8 @@ pkgbase = pdfcmd
makedepends = python-setuptools-scm
depends = python>=3.5
depends = python-pypdf
- source = pdfcmd-1.9.tar.gz::https://github.com/bulletmark/pdfcmd/archive/1.9.tar.gz
- sha1sums = 3d91dcd51c5cc19502bec2a4375527c8bbae6468
+ depends = python-argcomplete
+ source = pdfcmd-1.10.tar.gz::https://github.com/bulletmark/pdfcmd/archive/1.10.tar.gz
+ sha1sums = 02f1d97d9c42006cf7ddd39cd6849c872e7ce16c
pkgname = pdfcmd
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"