summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c9b4d4a0db7..96b91079f5d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = rmapi
pkgdesc = Access reMarkable tablet files through the Cloud API
- pkgver = 0.0.9
+ pkgver = 0.0.10
pkgrel = 1
url = https://github.com/juruen/rmapi
arch = x86_64
license = AGPL3
makedepends = go-pie
depends = glibc
- source = https://github.com/juruen/rmapi/archive/v0.0.9.tar.gz
- sha256sums = 6c37748fab4bee5c031e597b3b3d1f52db0eab98dd4b81fccbf9c485c5456e52
+ source = https://github.com/juruen/rmapi/archive/v0.0.10.tar.gz
+ sha256sums = SKIP
pkgname = rmapi
diff --git a/PKGBUILD b/PKGBUILD
index ddeae4cecd00..5f26d583d4b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mattéo Delabre <spam@delab.re>
pkgname=rmapi
-pkgver=0.0.9
+pkgver=0.0.10
pkgrel=1
pkgdesc="Access reMarkable tablet files through the Cloud API"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('AGPL3')
depends=('glibc')
makedepends=('go-pie')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('6c37748fab4bee5c031e597b3b3d1f52db0eab98dd4b81fccbf9c485c5456e52')
+sha256sums=('SKIP')
_ref="${url#"https://"}"