summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattéo Delabre2022-12-31 00:55:36 +0100
committerMattéo Delabre2022-12-31 00:55:36 +0100
commit53939f658860a3c1f727311bc48dd6df4351a3dc (patch)
tree6a2c5ddb71df60a957953aac746b234376fbbe81
parentbccce97f968a097c37a8c9d2e53f727ed6529250 (diff)
downloadaur-53939f658860a3c1f727311bc48dd6df4351a3dc.tar.gz
Release 0.0.24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cab23779c88c..077269bbd206 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rmapi
pkgdesc = Access reMarkable tablet files through the Cloud API
- pkgver = 0.0.22.1
+ pkgver = 0.0.24
pkgrel = 1
url = https://github.com/juruen/rmapi
arch = x86_64
license = AGPL3
makedepends = go
depends = glibc
- source = rmapi-0.0.22.1.tar.gz::https://github.com/juruen/rmapi/archive/v0.0.22.1.tar.gz
- sha256sums = 880dae291267ae19ed524e4342fb86a935cfe9d20be99cf02086b50e179f6978
+ source = rmapi-0.0.24.tar.gz::https://github.com/juruen/rmapi/archive/v0.0.24.tar.gz
+ sha256sums = e3b9b2d8226776878bee0516d34c320f95da72db7de0d9fa79be0093f5d954a3
pkgname = rmapi
diff --git a/PKGBUILD b/PKGBUILD
index 8a068d1b8b93..f444d013bf84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mattéo Delabre <aur.matteo@delab.re>
pkgname=rmapi
-pkgver=0.0.22.1
+pkgver=0.0.24
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=('880dae291267ae19ed524e4342fb86a935cfe9d20be99cf02086b50e179f6978')
+sha256sums=('e3b9b2d8226776878bee0516d34c320f95da72db7de0d9fa79be0093f5d954a3')
prepare() {
cd "$pkgname-$pkgver"