summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2022-07-25 10:43:02 +1000
committerMark Blakeney2022-07-25 10:43:02 +1000
commitea6dd9f7eb7a8654c0da9fadc8d3bd3a3f1075d9 (patch)
treef9d91187bd031b1bc31bb755ef1969db6aff0363 /PKGBUILD
parent439ebe8eaf8d853bcc89abbfdafdab05c1caa75c (diff)
downloadaur-ea6dd9f7eb7a8654c0da9fadc8d3bd3a3f1075d9.tar.gz
Update to 1.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fa5072360b5..ed30a34a4c0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pdfcmd
-pkgver=1.4
+pkgver=1.4.1
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=('4cb3e53e4076f92103c01d2a3dbb393bf1d089d3')
+sha1sums=('1c1599dfefbaeae0355b2f2d4d50bef4385dedc5')
package() {
cd "$srcdir/$pkgname-$pkgver"