summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattéo Delabre2022-01-29 10:52:12 -0500
committerMattéo Delabre2022-01-29 10:52:24 -0500
commitca03b765f01184ab08e63041b2ad47fddca58e25 (patch)
tree9d634add758135c887e68eab6c8130ed46cbd715
parent30ef6c2dcced7a860db390b09e3a89e118ec53aa (diff)
downloadaur-ca03b765f01184ab08e63041b2ad47fddca58e25.tar.gz
Release 0.0.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69867f9dc253..fda9e77ef144 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rmapi
pkgdesc = Access reMarkable tablet files through the Cloud API
- pkgver = 0.0.18
+ pkgver = 0.0.19
pkgrel = 1
url = https://github.com/juruen/rmapi
arch = x86_64
license = AGPL3
makedepends = go
depends = glibc
- source = rmapi-0.0.18.tar.gz::https://github.com/juruen/rmapi/archive/v0.0.18.tar.gz
- sha256sums = 7f1d8782058be4b50d91f2ad3bd1bc88195728c1aec2697069e1e684a7e52827
+ source = rmapi-0.0.19.tar.gz::https://github.com/juruen/rmapi/archive/v0.0.19.tar.gz
+ sha256sums = c2eb2a3844abe0e55124fff89e9e2c76c827814ad0b3e5e5fab886c0682ab5b7
pkgname = rmapi
diff --git a/PKGBUILD b/PKGBUILD
index 10ad1e3d324d..8dcf52f64455 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mattéo Delabre <aur.matteo@delab.re>
pkgname=rmapi
-pkgver=0.0.18
+pkgver=0.0.19
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=('7f1d8782058be4b50d91f2ad3bd1bc88195728c1aec2697069e1e684a7e52827')
+sha256sums=('c2eb2a3844abe0e55124fff89e9e2c76c827814ad0b3e5e5fab886c0682ab5b7')
prepare() {
cd "$pkgname-$pkgver"