summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorf3fora2021-03-10 19:34:16 +0100
committerf3fora2021-03-10 19:34:16 +0100
commite24322514b1a0e3e25a6b71a4db10b27fe3126b8 (patch)
treeb95eac8864463a4c08f74f493d435d9303539cf3
parentc967e6e4c5f27e5f8dbcc24a03327cab83f4978e (diff)
downloadaur-e24322514b1a0e3e25a6b71a4db10b27fe3126b8.tar.gz
Version bump -> 0.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ac224d3e9d2..0182fb96aeb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rmfuse
pkgdesc = FUSE access to the reMarkable Cloud
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/rschroll/rmfuse/
arch = any
@@ -11,9 +11,9 @@ pkgbase = rmfuse
depends = python-rmrl
optdepends = python-pyfuse3: for FUSE3 (recommended)
optdepends = python-llfuse: for FUSE2
- source = https://files.pythonhosted.org/packages/source/r/rmfuse/rmfuse-0.2.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/r/rmfuse/rmfuse-0.2.1.tar.gz
source = xdg.py::https://raw.githubusercontent.com/srstevenson/xdg/5.0.1/src/xdg/__init__.py
- sha256sums = 0a9bcbe1e24f0bacedeb947007e7363d6d082bb72e26bea042d6c7ccddb12d91
+ sha256sums = 10b2a7903136679a1e155d2c95d9f4972b1a91ef89046d997f91b4cb5bd7d23d
sha256sums = 93a5ba17785c5e00d24ebd0e148d36470076c03fa16cf7e9a113a7d8fb1bceba
pkgname = rmfuse
diff --git a/PKGBUILD b/PKGBUILD
index 162385af1b3b..cb5249858c17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: f3fora <f3 dot foradori at gmail dot com>
pkgname=rmfuse
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="FUSE access to the reMarkable Cloud"
arch=(any)
@@ -14,7 +14,7 @@ optdepends=('python-pyfuse3: for FUSE3 (recommended)'
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/r/rmfuse/rmfuse-$pkgver.tar.gz"
"xdg.py::https://raw.githubusercontent.com/srstevenson/xdg/5.0.1/src/xdg/__init__.py")
-sha256sums=('0a9bcbe1e24f0bacedeb947007e7363d6d082bb72e26bea042d6c7ccddb12d91'
+sha256sums=('10b2a7903136679a1e155d2c95d9f4972b1a91ef89046d997f91b4cb5bd7d23d'
'93a5ba17785c5e00d24ebd0e148d36470076c03fa16cf7e9a113a7d8fb1bceba')
build() {