summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsiu-Ming Chang2019-07-03 13:09:35 +0800
committerHsiu-Ming Chang2019-07-03 13:09:35 +0800
commit0991e80262d729ac80110a84bf2bc9c1cf473a7c (patch)
tree51f34b2591741ce08533f74ff87ba1ba7d4bdcea
parentb5ff8a15812465a18935fd621798d416b6d9b3dc (diff)
downloadaur-0991e80262d729ac80110a84bf2bc9c1cf473a7c.tar.gz
Update to version 0.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8c4661c7856..4aede05035aa 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.6.0
+ pkgver = 0.7.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.6.0.tar.gz
- md5sums = 872e01b8bb31ac83b4b74831614c9033
+ source = https://files.pythonhosted.org/packages/source/p/pdfhandoutcrop/pdfhandoutcrop-0.7.0.tar.gz
+ md5sums = f82eefca7d3acc977d577d279b1e02e0
pkgname = pdfhandoutcrop
diff --git a/PKGBUILD b/PKGBUILD
index 45fa727e84c2..5b4939809f84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hsiu-Ming Chang <cges30901 at gmail dot com>
pkgname=pdfhandoutcrop
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="A tool to crop pdf handout with multiple pages per sheet"
arch=(any)
@@ -16,11 +16,10 @@ conflicts=()
replaces=()
backup=()
options=()
-#install="$pkgname.install"
changelog=
source=("https://files.pythonhosted.org/packages/source/p/pdfhandoutcrop/pdfhandoutcrop-${pkgver}.tar.gz")
noextract=()
-md5sums=('872e01b8bb31ac83b4b74831614c9033')
+md5sums=('f82eefca7d3acc977d577d279b1e02e0')
build() {
cd "$pkgname-$pkgver"