summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsiu-Ming Chang2019-03-09 21:46:26 +0800
committerHsiu-Ming Chang2019-03-09 21:46:26 +0800
commitb5ff8a15812465a18935fd621798d416b6d9b3dc (patch)
tree3a22cd1f301fe8af0b22de4d89ff930422798e45
parentbb018e33c7ec9f8b2060441fd5bf62306fdb64db (diff)
downloadaur-b5ff8a15812465a18935fd621798d416b6d9b3dc.tar.gz
Update to version 0.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0e943b8ac89..d8c4661c7856 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.5.0
+ pkgver = 0.6.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-pymupdf
- source = https://files.pythonhosted.org/packages/source/p/pdfhandoutcrop/pdfhandoutcrop-0.5.0.tar.gz
- md5sums = cae5033655b853efe18583479eae0733
+ source = https://files.pythonhosted.org/packages/source/p/pdfhandoutcrop/pdfhandoutcrop-0.6.0.tar.gz
+ md5sums = 872e01b8bb31ac83b4b74831614c9033
pkgname = pdfhandoutcrop
diff --git a/PKGBUILD b/PKGBUILD
index ddf704f50699..45fa727e84c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hsiu-Ming Chang <cges30901 at gmail dot com>
pkgname=pdfhandoutcrop
-pkgver=0.5.0
+pkgver=0.6.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=('cae5033655b853efe18583479eae0733')
+md5sums=('872e01b8bb31ac83b4b74831614c9033')
build() {
cd "$pkgname-$pkgver"