summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzoe2020-07-21 14:08:06 +0200
committerzoe2020-07-21 14:08:06 +0200
commit626c945a95330e5debea0d66dbc9d75e89b94f69 (patch)
treec239bf77ec78414523103f1a36fa481840591b79 /PKGBUILD
parent7c3b9919ff2cf2ab3aeb3dd78b3e1a05e62e8da4 (diff)
downloadaur-626c945a95330e5debea0d66dbc9d75e89b94f69.tar.gz
Update to 0.2.8 and python-pypdf2 added as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22e0284a9443..7928b44f59a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=pdfcropmargins
PkgName=pdfCropMargins
-pkgver=0.2.6
-pkgrel=5
+pkgver=0.2.8
+pkgrel=1
pkgdesc="Automatically crops the margins of PDF files"
url="https://pypi.org/project/pdfCropMargins/"
arch=('any')
license=('GPL')
-depends=('python-setuptools' 'python-wheel' 'python-pysimplegui' 'python-pymupdf' 'ghostscript' 'poppler')
+depends=('python-setuptools' 'python-wheel' 'python-pysimplegui' 'python-pymupdf' 'python-pypdf2' 'ghostscript' 'poppler')
install=${pkgname}.install
-source=("https://files.pythonhosted.org/packages/c2/33/622baca4910c48c9d4b29d804b4690389dff6b0d6730d31a7b4d9ed9fd66/$PkgName-$pkgver.tar.gz")
-md5sums=('ec662f0d5ebc99a9d97a63526fefbbfd')
+source=("https://files.pythonhosted.org/packages/e5/13/3528e5efef1e4b927d59040dccda5453dc54692d824250c1ba348da1d7af/$PkgName-$pkgver.tar.gz")
+md5sums=('7622b45ae6104372fbb694d876dad4f0')
build() {