summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorf3fora2021-06-01 19:05:21 +0200
committerf3fora2021-06-01 19:05:21 +0200
commitee103a5b0f29f11710bdbe64e912b5bb3c51568f (patch)
tree62e0eee6d31544a55bb5cadab5385a9cf82b7a8d
parent32fefa7e0f53b1fd8fe74462bd76d73522720564 (diff)
downloadaur-ee103a5b0f29f11710bdbe64e912b5bb3c51568f.tar.gz
Version bump -> 0.2.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b0461fd68e8..1459a8dd354d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rmfuse
pkgdesc = FUSE access to the reMarkable Cloud
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/rschroll/rmfuse/
arch = any
@@ -11,10 +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.2.tar.gz
+ source = https://files.pythonhosted.org/packages/source/r/rmfuse/rmfuse-0.2.3.tar.gz
source = xdg.py::https://raw.githubusercontent.com/srstevenson/xdg/5.0.1/src/xdg/__init__.py
- sha256sums = 885c8ca6e369161aea023196a404c5b97e7c7db6d9cf115fc685e69f0274e020
+ sha256sums = 94f71ef2d8aa20fc9981b0a00318800dc6be2518d4cd82c37c0d2d7f54907ed2
sha256sums = 93a5ba17785c5e00d24ebd0e148d36470076c03fa16cf7e9a113a7d8fb1bceba
pkgname = rmfuse
-
diff --git a/PKGBUILD b/PKGBUILD
index 333ceafc6bf6..8959d55c3613 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: f3fora <f3 dot foradori at gmail dot com>
pkgname=rmfuse
-pkgver=0.2.2
+pkgver=0.2.3
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=('885c8ca6e369161aea023196a404c5b97e7c7db6d9cf115fc685e69f0274e020'
+sha256sums=('94f71ef2d8aa20fc9981b0a00318800dc6be2518d4cd82c37c0d2d7f54907ed2'
'93a5ba17785c5e00d24ebd0e148d36470076c03fa16cf7e9a113a7d8fb1bceba')
build() {