summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorf3fora2021-06-01 19:03:57 +0200
committerf3fora2021-06-01 19:03:57 +0200
commit9045ae0255712d9df641c62a7f62d6465890bda0 (patch)
treea3165050c65c5ea16301eb2748d333441af31744
parent58647c0988ee4c74a5ae454dab3b26ba81b7d090 (diff)
downloadaur-9045ae0255712d9df641c62a7f62d6465890bda0.tar.gz
Version bump 0.4.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a551832244e..0c0f29840051 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-rmcl
pkgdesc = reMarkable Cloud Library
- pkgver = 0.4.1
+ pkgver = 0.4.2
pkgrel = 1
url = https://github.com/rschroll/rmcl/
arch = any
@@ -9,10 +9,9 @@ pkgbase = python-rmcl
depends = python-trio
depends = python-asks
optdepends = python-rmrl: producing PDF versions of any type of document with your annotations included
- source = https://files.pythonhosted.org/packages/source/r/rmcl/rmcl-0.4.1.tar.gz
+ source = https://files.pythonhosted.org/packages/source/r/rmcl/rmcl-0.4.2.tar.gz
source = xdg.py::https://raw.githubusercontent.com/srstevenson/xdg/5.0.1/src/xdg/__init__.py
- sha256sums = 38fdc837d58a3576661d7c68d9fabfbe09579063842aca8d61996a56dd8f3b4e
+ sha256sums = 58de4758e7e3cb7acbf28fcfa80f4155252afdfb191beb4ba4aa36961f66cc67
sha256sums = 93a5ba17785c5e00d24ebd0e148d36470076c03fa16cf7e9a113a7d8fb1bceba
pkgname = python-rmcl
-
diff --git a/PKGBUILD b/PKGBUILD
index 97f64c8eef3f..a10b9d390795 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: f3fora <f3 dot foradori at gmail dot com>
pkgname=python-rmcl
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=1
pkgdesc="reMarkable Cloud Library"
arch=(any)
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
optdepends=('python-rmrl: producing PDF versions of any type of document with your annotations included')
source=("https://files.pythonhosted.org/packages/source/r/rmcl/rmcl-$pkgver.tar.gz"
"xdg.py::https://raw.githubusercontent.com/srstevenson/xdg/5.0.1/src/xdg/__init__.py")
-sha256sums=('38fdc837d58a3576661d7c68d9fabfbe09579063842aca8d61996a56dd8f3b4e'
+sha256sums=('58de4758e7e3cb7acbf28fcfa80f4155252afdfb191beb4ba4aa36961f66cc67'
'93a5ba17785c5e00d24ebd0e148d36470076c03fa16cf7e9a113a7d8fb1bceba')
build() {