summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
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() {