summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattéo Delabre2023-01-05 14:40:15 +0100
committerMattéo Delabre2023-01-05 14:40:15 +0100
commitf5d9b42a302db73a57ba962fd7a891ffd1a3aea7 (patch)
tree847a8fb6c90cf1cc17cc806cb594453452c499e6
parent53939f658860a3c1f727311bc48dd6df4351a3dc (diff)
downloadaur-f5d9b42a302db73a57ba962fd7a891ffd1a3aea7.tar.gz
Release 0.0.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 077269bbd206..f16af8d4fef6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rmapi
pkgdesc = Access reMarkable tablet files through the Cloud API
- pkgver = 0.0.24
+ pkgver = 0.0.25
pkgrel = 1
url = https://github.com/juruen/rmapi
arch = x86_64
license = AGPL3
makedepends = go
depends = glibc
- source = rmapi-0.0.24.tar.gz::https://github.com/juruen/rmapi/archive/v0.0.24.tar.gz
- sha256sums = e3b9b2d8226776878bee0516d34c320f95da72db7de0d9fa79be0093f5d954a3
+ source = rmapi-0.0.25.tar.gz::https://github.com/juruen/rmapi/archive/v0.0.25.tar.gz
+ sha256sums = f8ae984941e6e4755ee8b156f9876fa7f1cde084bca02bd83ced6afcc886bc33
pkgname = rmapi
diff --git a/PKGBUILD b/PKGBUILD
index f444d013bf84..b5a050716a08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mattéo Delabre <aur.matteo@delab.re>
pkgname=rmapi
-pkgver=0.0.24
+pkgver=0.0.25
pkgrel=1
pkgdesc='Access reMarkable tablet files through the Cloud API'
arch=('x86_64')
@@ -9,10 +9,11 @@ license=('AGPL3')
depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('e3b9b2d8226776878bee0516d34c320f95da72db7de0d9fa79be0093f5d954a3')
+sha256sums=('f8ae984941e6e4755ee8b156f9876fa7f1cde084bca02bd83ced6afcc886bc33')
prepare() {
cd "$pkgname-$pkgver"
+ sed -i "s/Version = \"dev\"/Version = \"$pkgver\"/" version/version.go
mkdir -p build/
}