summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsiu-Ming Chang2018-11-26 11:27:34 +0800
committerHsiu-Ming Chang2018-11-26 11:27:34 +0800
commit3adbe7136623c6813b4e4569fd5989360884d81b (patch)
tree8803f97440a5e24394036d320ea077956eba4228
parentf5b44e31feda935a27b3671a78efad0e7a61b8bb (diff)
downloadaur-3adbe7136623c6813b4e4569fd5989360884d81b.tar.gz
Update to version 0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76214c5c6450..d4c94cde1d5b 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.2
+ pkgver = 0.4.0
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.2.tar.gz
- md5sums = 8bf66263f09909fdc55785767a1b957d
+ source = https://files.pythonhosted.org/packages/source/p/pdfhandoutcrop/pdfhandoutcrop-0.4.0.tar.gz
+ md5sums = 6ef0d3311fab2b211b7c1bc9e4fc040c
pkgname = pdfhandoutcrop
diff --git a/PKGBUILD b/PKGBUILD
index f385489c80de..728c8f7370ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hsiu-Ming Chang <cges30901 at gmail dot com>
pkgname=pdfhandoutcrop
-pkgver=0.3.2
+pkgver=0.4.0
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=('8bf66263f09909fdc55785767a1b957d')
+md5sums=('6ef0d3311fab2b211b7c1bc9e4fc040c')
build() {
cd "$pkgname-$pkgver"