summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattéo Delabre2020-04-28 11:05:49 +0200
committerMattéo Delabre2020-04-28 11:05:49 +0200
commit74b18203e79d35752ce32daa19c13f1d69c380ec (patch)
treec3940cf151f5f140017b298348c15d6505859de5
parent490c12665f7fc1970000939d5f0f2ae79d8c4bbe (diff)
downloadaur-74b18203e79d35752ce32daa19c13f1d69c380ec.tar.gz
Release 0.0.11
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD2
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96b91079f5d2..7b402b618631 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rmapi
pkgdesc = Access reMarkable tablet files through the Cloud API
- pkgver = 0.0.10
+ pkgver = 0.0.11
pkgrel = 1
url = https://github.com/juruen/rmapi
arch = x86_64
license = AGPL3
makedepends = go-pie
depends = glibc
- source = https://github.com/juruen/rmapi/archive/v0.0.10.tar.gz
+ source = https://github.com/juruen/rmapi/archive/v0.0.11.tar.gz
sha256sums = SKIP
pkgname = rmapi
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..72e8ffc0db8a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*
diff --git a/PKGBUILD b/PKGBUILD
index 5f26d583d4b3..2375007f4e7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mattéo Delabre <spam@delab.re>
pkgname=rmapi
-pkgver=0.0.10
+pkgver=0.0.11
pkgrel=1
pkgdesc="Access reMarkable tablet files through the Cloud API"
arch=('x86_64')