Package Details: rmapi 0.0.27.1-1

Git Clone URL: https://aur.archlinux.org/rmapi.git (read-only, click to copy)
Package Base: rmapi
Description: Access reMarkable tablet files through the Cloud API
Upstream URL: https://github.com/ddvk/rmapi
Licenses: AGPL3
Submitter: matteodelabre
Maintainer: matteodelabre
Last Packager: mtorromeo
Votes: 6
Popularity: 0.000000
First Submitted: 2019-02-16 13:34 (UTC)
Last Updated: 2024-10-11 07:39 (UTC)

Latest Comments

cphyc commented on 2024-10-09 09:05 (UTC)

The following diff switches to the (currently maintained) repository of ddvk:


diff --git a/.SRCINFO b/.SRCINFO
index f16af8d..1efb5c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
 pkgbase = rmapi
        pkgdesc = Access reMarkable tablet files through the Cloud API
-       pkgver = 0.0.25
+       pkgver = 0.0.27.1
        pkgrel = 1
-       url = https://github.com/juruen/rmapi
+       url = https://github.com/ddvk/rmapi
        arch = x86_64
        license = AGPL3
        makedepends = go
        depends = glibc
-       source = rmapi-0.0.25.tar.gz::https://github.com/juruen/rmapi/archive/v0.0.25.tar.gz
-       sha256sums = f8ae984941e6e4755ee8b156f9876fa7f1cde084bca02bd83ced6afcc886bc33
+       source = rmapi-0.0.27.1.tar.gz::https://github.com/ddvk/rmapi/archive/v0.0.27.1.tar.gz
+       sha256sums = cfeac4e34c46d199f4c1fb59f089b32a848f1b9b8e31eb16891bec190f82f22b

 pkgname = rmapi
diff --git a/PKGBUILD b/PKGBUILD
index b5a0507..2d521a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
 # Maintainer: Mattéo Delabre <aur.matteo@delab.re>
 pkgname=rmapi
-pkgver=0.0.25
+pkgver=0.0.27.1
 pkgrel=1
 pkgdesc='Access reMarkable tablet files through the Cloud API'
 arch=('x86_64')
-url='https://github.com/juruen/rmapi'
+url='https://github.com/ddvk/rmapi'
 license=('AGPL3')
 depends=('glibc')
 makedepends=('go')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('f8ae984941e6e4755ee8b156f9876fa7f1cde084bca02bd83ced6afcc886bc33')
+sha256sums=('cfeac4e34c46d199f4c1fb59f089b32a848f1b9b8e31eb16891bec190f82f22b')

 prepare() {
     cd "$pkgname-$pkgver"

martinc commented on 2024-09-25 10:08 (UTC)

This version is no longer compatible with the reMarkable cloud (and the repo is archived).

There is a maintained and working fork at https://github.com/ddvk/rmapi

f3fora commented on 2020-12-07 19:09 (UTC)

Do

sudo rm -rf /home/<user>/.cache/yay/rmapi

Then you can update, remove or re-install without problems.

lucianf commented on 2020-12-07 19:03 (UTC) (edited on 2020-12-07 19:04 (UTC) by lucianf)

I get the following errror:

:: Deleting (1/1): /home/<user>/.cache/yay/rmapi
unlinkat /home/<user>/.cache/yay/rmapi/src/gopath/pkg/mod/gopath/pkg/mod/gopkg.in/yaml.v2@v2.2.8/apic.go: permission denied
error cloning rmapi: fatal: destination path 'rmapi' already exists and is not an empty directory.

matteodelabre commented on 2020-12-06 14:45 (UTC)

Hi @f3fora, thanks for reporting! I just pushed an update that should fix this.

f3fora commented on 2020-12-06 14:14 (UTC)

Get the following error when install.

rm: cannot remove '/home/<user>/.cache/yay/rmapi/src/gopath/pkg/mod/<something>': Permission denied

where <user> is user and <something> is several packages of golang.