summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHsiu-Ming Chang2021-03-07 11:41:04 +0800
committerHsiu-Ming Chang2021-03-07 11:41:04 +0800
commit1b30fdf307c1296a005399d71aa6ac6327f73687 (patch)
tree66c842c51a4aecf537224a90dba3d1765f843df9 /PKGBUILD
parent36a90188d05fa687035bc18274c9c768a20a05ce (diff)
downloadaur-pdfhandoutcrop.tar.gz
Update to version 0.99.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7c63791a71d..1111f1b57b83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hsiu-Ming Chang <cges30901 at gmail dot com>
pkgname=pdfhandoutcrop
-pkgver=0.99.1
+pkgver=0.99.2
pkgrel=1
pkgdesc="A tool to crop pdf handout with multiple pages per sheet"
arch=(any)
@@ -9,7 +9,7 @@ url="https://cges30901.github.io/pdfhandoutcrop/"
license=('GPL3')
depends=('python-pypdf2' 'python-pyqt5' 'python-pymupdf')
source=("https://files.pythonhosted.org/packages/source/p/pdfhandoutcrop/pdfhandoutcrop-${pkgver}.tar.gz")
-sha256sums=('085e0b6658cff780dd9c65c06b70cd65a08bfc49d9234c6e13086e1cf861a078')
+sha256sums=('e0cff97e28660cf733a621de402142dd42fd0628d8925943853b07ba8e2b5c6f')
build() {
cd "$pkgname-$pkgver"