summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsiu-Ming Chang2018-09-19 20:35:26 +0800
committerHsiu-Ming Chang2018-09-19 20:35:26 +0800
commitf5b44e31feda935a27b3671a78efad0e7a61b8bb (patch)
tree83d65233bce6b407ceef6cf20fb921dc77c41eef
parentce073509cbb7ee48fe42a7f718374f117cbe792c (diff)
downloadaur-f5b44e31feda935a27b3671a78efad0e7a61b8bb.tar.gz
Update to version 0.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d94f0a3f43a..76214c5c6450 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.3.1
+ pkgver = 0.3.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-poppler-qt5
- source = https://files.pythonhosted.org/packages/source/p/pdfhandoutcrop/pdfhandoutcrop-0.3.1.tar.gz
- md5sums = 8a557c0004aa50a630b5d037b7d8529f
+ source = https://files.pythonhosted.org/packages/source/p/pdfhandoutcrop/pdfhandoutcrop-0.3.2.tar.gz
+ md5sums = 8bf66263f09909fdc55785767a1b957d
pkgname = pdfhandoutcrop
diff --git a/PKGBUILD b/PKGBUILD
index 8ecbe6a73acf..f385489c80de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hsiu-Ming Chang <cges30901 at gmail dot com>
pkgname=pdfhandoutcrop
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc="A tool to crop pdf handout with multiple pages per sheet"
arch=(any)
@@ -20,7 +20,7 @@ options=()
changelog=
source=("https://files.pythonhosted.org/packages/source/p/pdfhandoutcrop/pdfhandoutcrop-${pkgver}.tar.gz")
noextract=()
-md5sums=('8a557c0004aa50a630b5d037b7d8529f')
+md5sums=('8bf66263f09909fdc55785767a1b957d')
build() {
cd "$pkgname-$pkgver"