summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grechkin2020-05-30 12:43:45 +0200
committerAndrew Grechkin2020-05-30 12:43:45 +0200
commit3ebf8b331c9829854b07451f1b2371f7b119b80a (patch)
tree1f5782c9a2b1490b94b3eaa5083e43b645fbf2ca
parent4228f12fa22173c3708d89ed232dafc458b666d3 (diff)
downloadaur-3ebf8b331c9829854b07451f1b2371f7b119b80a.tar.gz
release v0.9.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f26624ea169b..47cf0d14c13d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fuse3-p7zip-git
pkgdesc = fuse3 file system that uses the p7zip library to mount archives
- pkgver = 0.9.1
+ pkgver = 0.9.2
pkgrel = 1
url = https://github.com/andrew-grechkin/fuse3-p7zip
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = fuse3-p7zip-git
makedepends = cmake
depends = fuse3
depends = p7zip
- source = git+https://github.com/andrew-grechkin/fuse3-p7zip#commit=005bf44322becb74675de659ecf229c45c6e4ce9
+ source = git+https://github.com/andrew-grechkin/fuse3-p7zip#commit=e75609079fe06a1d051493fadc294db637a4fe7f
sha256sums = SKIP
pkgname = fuse3-p7zip-git
diff --git a/PKGBUILD b/PKGBUILD
index 56352fe23f51..f9ad7e4c3527 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name=fuse3-p7zip
pkgname="$_name-git"
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc="fuse3 file system that uses the p7zip library to mount archives"
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/andrew-grechkin/fuse3-p7zip"
license=('GPL')
depends=('fuse3' 'p7zip')
makedepends=('cmake')
-_commit=005bf44322becb74675de659ecf229c45c6e4ce9
+_commit=e75609079fe06a1d051493fadc294db637a4fe7f
source=("git+https://github.com/andrew-grechkin/fuse3-p7zip#commit=$_commit")
sha256sums=('SKIP')