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