summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2024-05-19 11:45:12 +0200
committerzoe2024-05-19 11:45:12 +0200
commitca76f168673ef2faf5bef345ed0d1c9e2d887440 (patch)
treec2d6cfca4b182c25576a572b25ec9051b20f0e73
parent591b7ae954a2d5ef6072ac80204c47f008490f8b (diff)
downloadaur-ca76f168673ef2faf5bef345ed0d1c9e2d887440.tar.gz
Update to 2.1.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8e9cbe05d0f..71272ec0e4c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pdfcropmargins
pkgdesc = Automatically crops the margins of PDF files
- pkgver = 2.0.3
+ pkgver = 2.1.2
pkgrel = 1
url = https://pypi.org/project/pdfCropMargins/
install = pdfcropmargins.install
@@ -14,7 +14,7 @@ pkgbase = pdfcropmargins
depends = python-pypdf2
optdepends = ghostscript
optdepends = poppler
- source = https://files.pythonhosted.org/packages/92/ec/e5869bafd3d41243f7f9ed047fb073f9be1ca897b577bfafb15a36f9e433/pdfCropMargins-2.0.3-py2.py3-none-any.whl
- md5sums = d7ad34cc2f4f83cbe8c158ccf9133382
+ source = https://files.pythonhosted.org/packages/ad/af/17707613067642f6ca164e9772ac4af3d81647b44778cbf62cb8ba4a0d9a/pdfCropMargins-2.1.2-py2.py3-none-any.whl
+ md5sums = d5e3f85db0266045da472bf2069c3582
pkgname = pdfcropmargins
diff --git a/PKGBUILD b/PKGBUILD
index 152284b8f72d..0298daaa8feb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=pdfcropmargins
PkgName=pdfCropMargins
-CodeChemin="92/ec/e5869bafd3d41243f7f9ed047fb073f9be1ca897b577bfafb15a36f9e433"
-pkgver=2.0.3
+CodeChemin="ad/af/17707613067642f6ca164e9772ac4af3d81647b44778cbf62cb8ba4a0d9a"
+pkgver=2.1.2
pkgrel=1
pkgdesc="Automatically crops the margins of PDF files"
url="https://pypi.org/project/pdfCropMargins/"
@@ -14,7 +14,7 @@ depends=('python-setuptools' 'python-wheel' 'python-pysimplegui' 'python-pymupdf
optdepends=('ghostscript' 'poppler')
install=${pkgname}.install
source=("https://files.pythonhosted.org/packages/$CodeChemin/$PkgName-$pkgver-py2.py3-none-any.whl")
-md5sums=('d7ad34cc2f4f83cbe8c158ccf9133382')
+md5sums=('d5e3f85db0266045da472bf2069c3582')
package() {
cd ${srcdir}