summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-02-28 15:43:24 +1000
committerMark Blakeney2023-02-28 15:43:24 +1000
commit7d423c23bb7b15ed4746aa3042f58c7dc30a70a7 (patch)
treef429ab3ae568368ef792ccb5457f24fa20e3b499
parent4b93ae2b94f93b00c69e57a41cc3cf8792872a39 (diff)
downloadaur-7d423c23bb7b15ed4746aa3042f58c7dc30a70a7.tar.gz
Update to 1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fede1414992f..e201107dc8a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pdfcmd
pkgdesc = Utility to perform commands on PDF files.
- pkgver = 1.6
+ pkgver = 1.7
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.6.tar.gz::https://github.com/bulletmark/pdfcmd/archive/1.6.tar.gz
- sha1sums = bce57b9fd25bbdb4ede3715706e70314a50358e9
+ source = pdfcmd-1.7.tar.gz::https://github.com/bulletmark/pdfcmd/archive/1.7.tar.gz
+ sha1sums = 689a61f7d02ecf0ddf6ff2671c4835cf3a31f8b7
pkgname = pdfcmd
diff --git a/PKGBUILD b/PKGBUILD
index 5d0030b1c3d7..00ed3f5ac402 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pdfcmd
-pkgver=1.6
+pkgver=1.7
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=('bce57b9fd25bbdb4ede3715706e70314a50358e9')
+sha1sums=('689a61f7d02ecf0ddf6ff2671c4835cf3a31f8b7')
build() {
cd "$srcdir/$pkgname-$pkgver"