summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattéo Delabre2020-04-17 11:19:20 +0200
committerMattéo Delabre2020-04-17 11:19:20 +0200
commit490c12665f7fc1970000939d5f0f2ae79d8c4bbe (patch)
treec119cc52f8629e67fef401510370fc99567f263c
parent9f2445389127aba8b632ce3770e19e4b678f53bb (diff)
downloadaur-490c12665f7fc1970000939d5f0f2ae79d8c4bbe.tar.gz
Release 0.0.10
-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://"}"