summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-08-11 11:30:44 +1000
committerMark Blakeney2022-08-11 11:30:44 +1000
commitd82e597fab6a1a9bc455e5974c4ddcf95b3d161d (patch)
tree43f27cdb33ba50d490f80654cb11ad3ea00a10f6
parentea6dd9f7eb7a8654c0da9fadc8d3bd3a3f1075d9 (diff)
downloadaur-d82e597fab6a1a9bc455e5974c4ddcf95b3d161d.tar.gz
Update to 1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5634dc67f960..7bc9bc9ae4d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pdfcmd
pkgdesc = Utility to perform commands on PDF files.
- pkgver = 1.4.1
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/bulletmark/pdfcmd
arch = any
@@ -9,7 +9,7 @@ pkgbase = pdfcmd
makedepends = python-wheel
depends = python>=3.5
depends = python-pypdf2>=2.0.0
- source = pdfcmd-1.4.1.tar.gz::https://github.com/bulletmark/pdfcmd/archive/1.4.1.tar.gz
- sha1sums = 1c1599dfefbaeae0355b2f2d4d50bef4385dedc5
+ source = pdfcmd-1.5.tar.gz::https://github.com/bulletmark/pdfcmd/archive/1.5.tar.gz
+ sha1sums = 136f3418de657fffc888a6d73c8f4cc4dae131bc
pkgname = pdfcmd
diff --git a/PKGBUILD b/PKGBUILD
index ed30a34a4c0e..873b17a21595 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pdfcmd
-pkgver=1.4.1
+pkgver=1.5
pkgrel=1
pkgdesc='Utility to perform commands on PDF files.'
url="https://github.com/bulletmark/$pkgname"
@@ -9,7 +9,7 @@ arch=("any")
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=('1c1599dfefbaeae0355b2f2d4d50bef4385dedc5')
+sha1sums=('136f3418de657fffc888a6d73c8f4cc4dae131bc')
package() {
cd "$srcdir/$pkgname-$pkgver"