summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFalko Galperin2021-09-10 00:42:09 +0200
committerFalko Galperin2021-09-10 00:42:09 +0200
commita05db321f5018501bfa350bc029d63b42e93a9af (patch)
treecb0f122679b45b6e55edeeca50563007c95b61b9
parentf7827f17c0e75a593d77fdccaacc5e2ef24c3813 (diff)
downloadaur-a05db321f5018501bfa350bc029d63b42e93a9af.tar.gz
Updated to version 0.9.8
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
-rw-r--r--paper2remarkable.changelog.md8
3 files changed, 16 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38e18b54a458..99752cfeabef 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 = 2
+ pkgver = 0.9.8
+ pkgrel = 1
url = https://github.com/GjjvdBurg/paper2remarkable
install = paper2remarkable.install
changelog = paper2remarkable.changelog.md
@@ -25,9 +25,8 @@ 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
+ source = https://files.pythonhosted.org/packages/source/p/paper2remarkable/paper2remarkable-0.9.8.tar.gz
+ sha256sums = 75cca568b1969cceed1d01c183ed4820f004f14f7abc22bbe08ed844144afe12
pkgname = paper2remarkable
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/"
diff --git a/paper2remarkable.changelog.md b/paper2remarkable.changelog.md
index a89486ce5481..7defd1b0d7b6 100644
--- a/paper2remarkable.changelog.md
+++ b/paper2remarkable.changelog.md
@@ -1,3 +1,11 @@
+## Version 0.9.8
+
+* Code improvement for ScienceDirect provider
+
+## Version 0.9.7
+
+* Bugfix for ScienceDirect provider
+
## Version 0.9.6
* Bugfix for Springer provider (metadata)