summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsiu-Ming Chang2019-01-03 21:25:56 +0800
committerHsiu-Ming Chang2019-01-03 21:25:56 +0800
commitbb018e33c7ec9f8b2060441fd5bf62306fdb64db (patch)
tree90fb44950fd7e501893a7bf1b94d85846feee681
parent3adbe7136623c6813b4e4569fd5989360884d81b (diff)
downloadaur-bb018e33c7ec9f8b2060441fd5bf62306fdb64db.tar.gz
Update to version 0.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4c94cde1d5b..e0e943b8ac89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = pdfhandoutcrop
pkgdesc = A tool to crop pdf handout with multiple pages per sheet
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://cges30901.github.io/pdfhandoutcrop/
arch = any
license = GPL3
depends = python-pypdf2
depends = python-pyqt5
- depends = python-poppler-qt5
- source = https://files.pythonhosted.org/packages/source/p/pdfhandoutcrop/pdfhandoutcrop-0.4.0.tar.gz
- md5sums = 6ef0d3311fab2b211b7c1bc9e4fc040c
+ depends = python-pymupdf
+ source = https://files.pythonhosted.org/packages/source/p/pdfhandoutcrop/pdfhandoutcrop-0.5.0.tar.gz
+ md5sums = cae5033655b853efe18583479eae0733
pkgname = pdfhandoutcrop
diff --git a/PKGBUILD b/PKGBUILD
index 728c8f7370ea..ddf704f50699 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Hsiu-Ming Chang <cges30901 at gmail dot com>
pkgname=pdfhandoutcrop
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
pkgdesc="A tool to crop pdf handout with multiple pages per sheet"
arch=(any)
url="https://cges30901.github.io/pdfhandoutcrop/"
license=('GPL3')
groups=()
-depends=('python-pypdf2' 'python-pyqt5' 'python-poppler-qt5')
+depends=('python-pypdf2' 'python-pyqt5' 'python-pymupdf')
makedepends=()
optdepends=()
provides=()
@@ -20,7 +20,7 @@ options=()
changelog=
source=("https://files.pythonhosted.org/packages/source/p/pdfhandoutcrop/pdfhandoutcrop-${pkgver}.tar.gz")
noextract=()
-md5sums=('6ef0d3311fab2b211b7c1bc9e4fc040c')
+md5sums=('cae5033655b853efe18583479eae0733')
build() {
cd "$pkgname-$pkgver"