summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsiu-Ming Chang2019-11-21 22:42:30 +0800
committerHsiu-Ming Chang2019-11-21 22:42:30 +0800
commit36a90188d05fa687035bc18274c9c768a20a05ce (patch)
tree8ced71d2bea86af1d4f4d2b9b20744ceb62c5a08
parent16fa50fda4e5683dfac63d74ab865f731ef0bd34 (diff)
downloadaur-36a90188d05fa687035bc18274c9c768a20a05ce.tar.gz
Update to version 0.99.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41efa8f3268e..8137bfe00952 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.99.0
+ pkgver = 0.99.1
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.99.0.tar.gz
- sha256sums = a9c91b7c4e65390aa86ed8e9930fd91cffc61410862edaf5ae7c456ee3f6cd47
+ source = https://files.pythonhosted.org/packages/source/p/pdfhandoutcrop/pdfhandoutcrop-0.99.1.tar.gz
+ sha256sums = 085e0b6658cff780dd9c65c06b70cd65a08bfc49d9234c6e13086e1cf861a078
pkgname = pdfhandoutcrop
diff --git a/PKGBUILD b/PKGBUILD
index cce373cbf5a0..a7c63791a71d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hsiu-Ming Chang <cges30901 at gmail dot com>
pkgname=pdfhandoutcrop
-pkgver=0.99.0
+pkgver=0.99.1
pkgrel=1
pkgdesc="A tool to crop pdf handout with multiple pages per sheet"
arch=(any)
@@ -9,7 +9,7 @@ url="https://cges30901.github.io/pdfhandoutcrop/"
license=('GPL3')
depends=('python-pypdf2' 'python-pyqt5' 'python-pymupdf')
source=("https://files.pythonhosted.org/packages/source/p/pdfhandoutcrop/pdfhandoutcrop-${pkgver}.tar.gz")
-sha256sums=('a9c91b7c4e65390aa86ed8e9930fd91cffc61410862edaf5ae7c456ee3f6cd47')
+sha256sums=('085e0b6658cff780dd9c65c06b70cd65a08bfc49d9234c6e13086e1cf861a078')
build() {
cd "$pkgname-$pkgver"
@@ -19,7 +19,7 @@ build() {
package() {
cd "$pkgname-$pkgver"
- python setup.py install --prefix=/usr --root="$pkgdir"
+ python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
install -D -m0644 pdfhandoutcrop.desktop $pkgdir/usr/share/applications/pdfhandoutcrop.desktop
install -D -m0644 icons/128/pdfhandoutcrop.png $pkgdir/usr/share/icons/hicolor/128x128/apps/pdfhandoutcrop.png
install -D -m0644 icons/48/pdfhandoutcrop.png $pkgdir/usr/share/icons/hicolor/48x48/apps/pdfhandoutcrop.png