summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFalko Galperin2021-08-18 01:53:32 +0200
committerFalko Galperin2021-08-18 01:53:32 +0200
commitf7827f17c0e75a593d77fdccaacc5e2ef24c3813 (patch)
tree4a266298fe90d1f98196f9f1ccc8de8bbb503ddb /PKGBUILD
parentf12fe05f41ba6abb0179bd7ce34e0dbff3c98100 (diff)
downloadaur-f7827f17c0e75a593d77fdccaacc5e2ef24c3813.tar.gz
Add version requirement for python-weasyprint
The newest version (>=53.0) doesn't seem to work with paper2remarkable. An upstream bug report will be filed, until then the version requirement has been modified so that weasyprint will stay below this version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa356365a217..3666bbdb0d3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Falko Galperin <dr (dot) asasteghof (at) gmail (dot) com>
pkgname=paper2remarkable
pkgver=0.9.6
-pkgrel=1
+pkgrel=2
pkgdesc="Easily download an academic paper and send it to a reMarkable."
arch=(any)
url="https://github.com/GjjvdBurg/paper2remarkable"
@@ -12,7 +12,7 @@ depends=('python>=3.6.0' 'qpdf' 'ghostscript' 'poppler' 'rmapi' 'python-pikepdf>
'python-beautifulsoup4>=4.8' 'python-html2text>=2020.1.16' 'python-markdown>=3.1.1'
'python-pdfplumber>=0.5' 'python-yaml>=5.1' 'python-readability-lxml>=0.7.1'
'python-regex>=2018.11' 'python-requests>=2.21' 'python-titlecase>=0.12'
-'python-unidecode>=1.1' 'python-weasyprint>=51')
+'python-unidecode>=1.1' 'python-weasyprint>=51' 'python-weasyprint<53')
makedepends=('python-setuptools')
optdepends=('python-readabilipy: Improves output of web articles')
changelog=$pkgname.changelog.md