summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-07-25 10:01:58 +1000
committerMark Blakeney2022-07-25 10:01:58 +1000
commitd8011088dbe153636817c062ea014e0732481362 (patch)
tree7a16b3ce0949a0b0a4f28081a65b30625f9dd203
parent8475876a46ccc578069dcd8d130c7e5312c3ad7d (diff)
downloadaur-d8011088dbe153636817c062ea014e0732481362.tar.gz
Update to 1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f32e4fd00f53..0f35a38c7175 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pdfcmd
pkgdesc = Utility to perform commands on PDF files.
- pkgver = 1.2
+ pkgver = 1.3
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.2.tar.gz::https://github.com/bulletmark/pdfcmd/archive/1.2.tar.gz
- sha1sums = 8dcb6a85bd31934b3a10c14cd3501cca8f195ea7
+ source = pdfcmd-1.3.tar.gz::https://github.com/bulletmark/pdfcmd/archive/1.3.tar.gz
+ sha1sums = e4d6f123523193816712617b33eaede843e15137
pkgname = pdfcmd
diff --git a/PKGBUILD b/PKGBUILD
index 9dc6fefc8da6..5efbcbb5561d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pdfcmd
-pkgver=1.2
+pkgver=1.3
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=('8dcb6a85bd31934b3a10c14cd3501cca8f195ea7')
+sha1sums=('e4d6f123523193816712617b33eaede843e15137')
package() {
cd "$srcdir/$pkgname-$pkgver"