summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsiu-Ming Chang2019-10-22 06:37:25 +0800
committerHsiu-Ming Chang2019-10-22 06:37:25 +0800
commit16fa50fda4e5683dfac63d74ab865f731ef0bd34 (patch)
tree0699f017ab2ced6c5a6f9ef2974c65ec6bb05f3f
parent0991e80262d729ac80110a84bf2bc9c1cf473a7c (diff)
downloadaur-16fa50fda4e5683dfac63d74ab865f731ef0bd34.tar.gz
Update to version 0.99.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 5 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aede05035aa..41efa8f3268e 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.7.0
+ pkgver = 0.99.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.7.0.tar.gz
- md5sums = f82eefca7d3acc977d577d279b1e02e0
+ source = https://files.pythonhosted.org/packages/source/p/pdfhandoutcrop/pdfhandoutcrop-0.99.0.tar.gz
+ sha256sums = a9c91b7c4e65390aa86ed8e9930fd91cffc61410862edaf5ae7c456ee3f6cd47
pkgname = pdfhandoutcrop
diff --git a/PKGBUILD b/PKGBUILD
index 5b4939809f84..cce373cbf5a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,15 @@
# Maintainer: Hsiu-Ming Chang <cges30901 at gmail dot com>
pkgname=pdfhandoutcrop
-pkgver=0.7.0
+pkgver=0.99.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-pymupdf')
-makedepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-changelog=
source=("https://files.pythonhosted.org/packages/source/p/pdfhandoutcrop/pdfhandoutcrop-${pkgver}.tar.gz")
-noextract=()
-md5sums=('f82eefca7d3acc977d577d279b1e02e0')
+sha256sums=('a9c91b7c4e65390aa86ed8e9930fd91cffc61410862edaf5ae7c456ee3f6cd47')
build() {
cd "$pkgname-$pkgver"