summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattéo Delabre2019-10-25 15:14:11 -0400
committerMattéo Delabre2019-10-25 15:14:11 -0400
commit124a41ba06763b430ded862f9c2acefaac307a6c (patch)
treee42efacc2bc7e07125ce620fde1e46a776feea61
parentb7d8375221f7ec2d5f5f9adc12df540d48a219e1 (diff)
downloadaur-124a41ba06763b430ded862f9c2acefaac307a6c.tar.gz
Release 0.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45d170e89dee..2223e00bfb81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = rmapi
pkgdesc = Access reMarkable tablet files through the Cloud API
- pkgver = 0.0.5
+ pkgver = 0.0.6
pkgrel = 1
url = https://github.com/juruen/rmapi
arch = x86_64
license = GPL3
makedepends = go-pie
depends = glibc
- source = https://github.com/juruen/rmapi/archive/v0.0.5.tar.gz
- sha256sums = 153b72b7f9d5aa60e39577f75fb4ecbef2dbf430990105438d7da9921b7906d5
+ source = https://github.com/juruen/rmapi/archive/v0.0.6.tar.gz
+ sha256sums = 9a600888ea12072f47ccb6261e8da376f12ce8cb78827d984e8f14cf6bdc2ab8
pkgname = rmapi
diff --git a/PKGBUILD b/PKGBUILD
index b1aa27ff5333..43f6034e55c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mattéo Delabre <bonjour@matteodelabre.me>
pkgname=rmapi
-pkgver=0.0.5
+pkgver=0.0.6
pkgrel=1
pkgdesc="Access reMarkable tablet files through the Cloud API"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('glibc')
makedepends=('go-pie')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('153b72b7f9d5aa60e39577f75fb4ecbef2dbf430990105438d7da9921b7906d5')
+sha256sums=('9a600888ea12072f47ccb6261e8da376f12ce8cb78827d984e8f14cf6bdc2ab8')
_ref="${url#"https://"}"