summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-04-13 11:16:29 +1000
committerMark Blakeney2023-04-13 11:16:29 +1000
commit4f19dd9b287f5495cb2a749c691b5a38e6dc252c (patch)
treec78f997ac3b648cc1c37a82f14fa400d3de17712
parent7d423c23bb7b15ed4746aa3042f58c7dc30a70a7 (diff)
downloadaur-4f19dd9b287f5495cb2a749c691b5a38e6dc252c.tar.gz
Update to 1.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e201107dc8a1..c577358dfb9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pdfcmd
pkgdesc = Utility to perform commands on PDF files.
- pkgver = 1.7
+ pkgver = 1.8
pkgrel = 1
url = https://github.com/bulletmark/pdfcmd
arch = any
@@ -11,7 +11,7 @@ pkgbase = pdfcmd
makedepends = python-wheel
depends = python>=3.5
depends = python-pypdf
- source = pdfcmd-1.7.tar.gz::https://github.com/bulletmark/pdfcmd/archive/1.7.tar.gz
- sha1sums = 689a61f7d02ecf0ddf6ff2671c4835cf3a31f8b7
+ source = pdfcmd-1.8.tar.gz::https://github.com/bulletmark/pdfcmd/archive/1.8.tar.gz
+ sha1sums = 300ba8b5283dad52631917bd7a1712d23c5263f7
pkgname = pdfcmd
diff --git a/PKGBUILD b/PKGBUILD
index 00ed3f5ac402..e01d77fe718f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pdfcmd
-pkgver=1.7
+pkgver=1.8
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-pypdf")
makedepends=(python-setuptools python-build python-installer python-wheel)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('689a61f7d02ecf0ddf6ff2671c4835cf3a31f8b7')
+sha1sums=('300ba8b5283dad52631917bd7a1712d23c5263f7')
build() {
cd "$srcdir/$pkgname-$pkgver"