summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattéo Delabre2020-12-08 11:02:25 +0100
committerMattéo Delabre2020-12-08 11:02:25 +0100
commitcb222ca3cef6aa823cf023798422396de41df29d (patch)
tree99271358a32a3e43164096d598bed1f8a6629b5e
parent28fb31499625d5c2b2310ee877fb814383d13a5a (diff)
downloadaur-cb222ca3cef6aa823cf023798422396de41df29d.tar.gz
Release 0.0.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bd69671d805..74682468c357 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = rmapi
pkgdesc = Access reMarkable tablet files through the Cloud API
- pkgver = 0.0.12
- pkgrel = 2
+ pkgver = 0.0.13
+ pkgrel = 1
url = https://github.com/juruen/rmapi
arch = x86_64
license = AGPL3
makedepends = go
depends = glibc
- source = rmapi-0.0.12.tar.gz::https://github.com/juruen/rmapi/archive/v0.0.12.tar.gz
- sha256sums = SKIP
+ source = rmapi-0.0.13.tar.gz::https://github.com/juruen/rmapi/archive/v0.0.13.tar.gz
+ sha256sums = afaf438f0408af6fcadf73eb06b4c548ab678036eaf32bb825255e19f74a7157
pkgname = rmapi
diff --git a/PKGBUILD b/PKGBUILD
index 94595dacd314..3c06d48cc9e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattéo Delabre <spam@delab.re>
pkgname=rmapi
-pkgver=0.0.12
-pkgrel=2
+pkgver=0.0.13
+pkgrel=1
pkgdesc='Access reMarkable tablet files through the Cloud API'
arch=('x86_64')
url='https://github.com/juruen/rmapi'
@@ -9,7 +9,7 @@ license=('AGPL3')
depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('SKIP')
+sha256sums=('afaf438f0408af6fcadf73eb06b4c548ab678036eaf32bb825255e19f74a7157')
prepare() {
cd "$pkgname-$pkgver"