summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFalko Galperin2021-09-10 00:42:09 +0200
committerFalko Galperin2021-09-10 00:42:09 +0200
commita05db321f5018501bfa350bc029d63b42e93a9af (patch)
treecb0f122679b45b6e55edeeca50563007c95b61b9 /PKGBUILD
parentf7827f17c0e75a593d77fdccaacc5e2ef24c3813 (diff)
downloadaur-a05db321f5018501bfa350bc029d63b42e93a9af.tar.gz
Updated to version 0.9.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3666bbdb0d3a..63b472e7c7a2 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=2
+pkgver=0.9.8
+pkgrel=1
pkgdesc="Easily download an academic paper and send it to a reMarkable."
arch=(any)
url="https://github.com/GjjvdBurg/paper2remarkable"
@@ -12,13 +12,13 @@ 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-weasyprint<53')
+'python-unidecode>=1.1' 'python-weasyprint>=51')
makedepends=('python-setuptools')
optdepends=('python-readabilipy: Improves output of web articles')
changelog=$pkgname.changelog.md
install=$pkgname.install
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=("a9c0894edc019198b4753fca0ccd99f7d7b8a740382a670045e657f95a119940")
+sha256sums=("75cca568b1969cceed1d01c183ed4820f004f14f7abc22bbe08ed844144afe12")
build() {
cd "$pkgname-$pkgver/"