summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattéo Delabre2022-06-10 12:07:01 -0400
committerMattéo Delabre2022-06-10 12:07:01 -0400
commit2f6c9023b5bd79445b23b06125c5069644bd083c (patch)
treef95eb4d3771e04bed375dc9ffd25296e0571b3dc
parentca03b765f01184ab08e63041b2ad47fddca58e25 (diff)
downloadaur-2f6c9023b5bd79445b23b06125c5069644bd083c.tar.gz
Release 0.0.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fda9e77ef144..92492c2ee494 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rmapi
pkgdesc = Access reMarkable tablet files through the Cloud API
- pkgver = 0.0.19
+ pkgver = 0.0.20
pkgrel = 1
url = https://github.com/juruen/rmapi
arch = x86_64
license = AGPL3
makedepends = go
depends = glibc
- source = rmapi-0.0.19.tar.gz::https://github.com/juruen/rmapi/archive/v0.0.19.tar.gz
- sha256sums = c2eb2a3844abe0e55124fff89e9e2c76c827814ad0b3e5e5fab886c0682ab5b7
+ source = rmapi-0.0.20.tar.gz::https://github.com/juruen/rmapi/archive/v0.0.20.tar.gz
+ sha256sums = 8af430877a9e2246a4882112fb5d49864cb533b7f212806c0f793845c740d13c
pkgname = rmapi
diff --git a/PKGBUILD b/PKGBUILD
index 8dcf52f64455..70235a59e352 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mattéo Delabre <aur.matteo@delab.re>
pkgname=rmapi
-pkgver=0.0.19
+pkgver=0.0.20
pkgrel=1
pkgdesc='Access reMarkable tablet files through the Cloud API'
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('AGPL3')
depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('c2eb2a3844abe0e55124fff89e9e2c76c827814ad0b3e5e5fab886c0682ab5b7')
+sha256sums=('8af430877a9e2246a4882112fb5d49864cb533b7f212806c0f793845c740d13c')
prepare() {
cd "$pkgname-$pkgver"