summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-12-26 14:29:04 +1000
committerMark Blakeney2022-12-26 14:29:04 +1000
commit4b93ae2b94f93b00c69e57a41cc3cf8792872a39 (patch)
treea7f073853576f27055004a5222f781ac2261f323
parent768b99eabe1de3b731aa6b0618b5ccf47cbf4594 (diff)
downloadaur-4b93ae2b94f93b00c69e57a41cc3cf8792872a39.tar.gz
Update to 1.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c787ddada5d..fede1414992f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pdfcmd
pkgdesc = Utility to perform commands on PDF files.
- pkgver = 1.5
+ pkgver = 1.6
pkgrel = 1
url = https://github.com/bulletmark/pdfcmd
arch = any
@@ -10,8 +10,8 @@ pkgbase = pdfcmd
makedepends = python-installer
makedepends = python-wheel
depends = python>=3.5
- depends = python-pypdf2>=2.0.0
- source = pdfcmd-1.5.tar.gz::https://github.com/bulletmark/pdfcmd/archive/1.5.tar.gz
- sha1sums = 136f3418de657fffc888a6d73c8f4cc4dae131bc
+ depends = python-pypdf
+ source = pdfcmd-1.6.tar.gz::https://github.com/bulletmark/pdfcmd/archive/1.6.tar.gz
+ sha1sums = bce57b9fd25bbdb4ede3715706e70314a50358e9
pkgname = pdfcmd
diff --git a/PKGBUILD b/PKGBUILD
index c7fe70c269de..5d0030b1c3d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pdfcmd
-pkgver=1.5
+pkgver=1.6
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>=2.0.0")
+depends=("python>=3.5" "python-pypdf")
makedepends=(python-setuptools python-build python-installer python-wheel)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('136f3418de657fffc888a6d73c8f4cc4dae131bc')
+sha1sums=('bce57b9fd25bbdb4ede3715706e70314a50358e9')
build() {
cd "$srcdir/$pkgname-$pkgver"