summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFalko Galperin2021-08-18 01:53:32 +0200
committerFalko Galperin2021-08-18 01:53:32 +0200
commitf7827f17c0e75a593d77fdccaacc5e2ef24c3813 (patch)
tree4a266298fe90d1f98196f9f1ccc8de8bbb503ddb
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.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2aa5f75894a4..38e18b54a458 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = paper2remarkable
pkgdesc = Easily download an academic paper and send it to a reMarkable.
pkgver = 0.9.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GjjvdBurg/paper2remarkable
install = paper2remarkable.install
changelog = paper2remarkable.changelog.md
@@ -25,6 +25,7 @@ pkgbase = paper2remarkable
depends = python-titlecase>=0.12
depends = python-unidecode>=1.1
depends = python-weasyprint>=51
+ depends = python-weasyprint<53
optdepends = python-readabilipy: Improves output of web articles
source = https://files.pythonhosted.org/packages/source/p/paper2remarkable/paper2remarkable-0.9.6.tar.gz
sha256sums = a9c0894edc019198b4753fca0ccd99f7d7b8a740382a670045e657f95a119940
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