summarylogtreecommitdiffstats
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
parent36a90188d05fa687035bc18274c9c768a20a05ce (diff)
downloadaur-1b30fdf307c1296a005399d71aa6ac6327f73687.tar.gz
Update to version 0.99.2
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8137bfe00952..42f6f668f732 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pdfhandoutcrop
pkgdesc = A tool to crop pdf handout with multiple pages per sheet
- pkgver = 0.99.1
+ pkgver = 0.99.2
pkgrel = 1
url = https://cges30901.github.io/pdfhandoutcrop/
arch = any
@@ -8,8 +8,8 @@ pkgbase = pdfhandoutcrop
depends = python-pypdf2
depends = python-pyqt5
depends = python-pymupdf
- source = https://files.pythonhosted.org/packages/source/p/pdfhandoutcrop/pdfhandoutcrop-0.99.1.tar.gz
- sha256sums = 085e0b6658cff780dd9c65c06b70cd65a08bfc49d9234c6e13086e1cf861a078
+ source = https://files.pythonhosted.org/packages/source/p/pdfhandoutcrop/pdfhandoutcrop-0.99.2.tar.gz
+ sha256sums = e0cff97e28660cf733a621de402142dd42fd0628d8925943853b07ba8e2b5c6f
pkgname = pdfhandoutcrop
diff --git a/.gitignore b/.gitignore
index 72e8ffc0db8a..d84ee7f9c9a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-*
+# Source tarball
+pdfhandoutcrop-*.tar.gz \ No newline at end of file
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"