summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e385576182ea..11cf54a75ec7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = python-rmcl
- pkgdesc = FUSE access to the reMarkable Cloud
- pkgver = 0.3.0
- pkgrel = 2
- url = https://github.com/rschroll/rmfuse/
+ pkgdesc = reMarkable Cloud Library
+ pkgver = 0.3.1
+ pkgrel = 1
+ url = https://github.com/rschroll/rmcl/
arch = any
license = MIT
makedepends = python-setuptools
depends = python-trio
depends = python-asks
- source = https://files.pythonhosted.org/packages/source/r/rmcl/rmcl-0.3.0.tar.gz
+ 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.3.1.tar.gz
source = xdg.py::https://raw.githubusercontent.com/srstevenson/xdg/5.0.1/src/xdg/__init__.py
- sha256sums = df5c38176309cb119c29bf9bca9d8f2f6427280241a882106b939db17ef48f3d
+ sha256sums = 5b5316adf53cca9e56273cad220cb7374cd56e7bac962c943868b05fc090e98c
sha256sums = 93a5ba17785c5e00d24ebd0e148d36470076c03fa16cf7e9a113a7d8fb1bceba
pkgname = python-rmcl
diff --git a/PKGBUILD b/PKGBUILD
index 53b98264cbf5..40c304fc0db8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
+# Maintainer: f3fora <f3 dot foradori at gmail dot com>
pkgname=python-rmcl
-pkgver=0.3.0
-pkgrel=2
-pkgdesc="FUSE access to the reMarkable Cloud"
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="reMarkable Cloud Library"
arch=(any)
-url="https://github.com/rschroll/rmfuse/"
+url="https://github.com/rschroll/rmcl/"
license=('MIT')
depends=('python-trio' 'python-asks')
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=('df5c38176309cb119c29bf9bca9d8f2f6427280241a882106b939db17ef48f3d'
+sha256sums=('5b5316adf53cca9e56273cad220cb7374cd56e7bac962c943868b05fc090e98c'
'93a5ba17785c5e00d24ebd0e148d36470076c03fa16cf7e9a113a7d8fb1bceba')
build() {