summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2022-07-21 10:46:40 +1000
committerMark Blakeney2022-07-21 10:46:40 +1000
commit8475876a46ccc578069dcd8d130c7e5312c3ad7d (patch)
treed2069cfcdc948823b2ca6704b44f5d947fbd44cb /PKGBUILD
parentdc04cf8aa4d207f15383ebb78250a426a20fdd89 (diff)
downloadaur-8475876a46ccc578069dcd8d130c7e5312c3ad7d.tar.gz
Update to 1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3f08becd356..9dc6fefc8da6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pdfcmd
-pkgver=1.1
+pkgver=1.2
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-pypdf2")
+depends=("python>=3.5" "python-pypdf2>=2.0.0")
makedepends=("python-pip" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('12158df4add713bcbdf27adab075086f8e480414')
+sha1sums=('8dcb6a85bd31934b3a10c14cd3501cca8f195ea7')
package() {
cd "$srcdir/$pkgname-$pkgver"