summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-07-25 10:38:22 +1000
committerMark Blakeney2022-07-25 10:38:22 +1000
commit439ebe8eaf8d853bcc89abbfdafdab05c1caa75c (patch)
tree8e70c6c0b9e048f66d5aa13f1eb2e6cbc4a3adf6
parentd8011088dbe153636817c062ea014e0732481362 (diff)
downloadaur-439ebe8eaf8d853bcc89abbfdafdab05c1caa75c.tar.gz
Update to 1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f35a38c7175..bc17951221cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pdfcmd
pkgdesc = Utility to perform commands on PDF files.
- pkgver = 1.3
+ pkgver = 1.4
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.3.tar.gz::https://github.com/bulletmark/pdfcmd/archive/1.3.tar.gz
- sha1sums = e4d6f123523193816712617b33eaede843e15137
+ source = pdfcmd-1.4.tar.gz::https://github.com/bulletmark/pdfcmd/archive/1.4.tar.gz
+ sha1sums = 4cb3e53e4076f92103c01d2a3dbb393bf1d089d3
pkgname = pdfcmd
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"