summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grechkin2020-06-01 10:31:33 +0200
committerAndrew Grechkin2020-06-01 10:31:33 +0200
commit6b7199723f471b04947491fd9cddb2f67b743ac6 (patch)
tree75075794db6161d1b5223205735ffa8a6f0561c9
parent45074d2e73e4e3d793e47d82000bc39e6cd3048b (diff)
downloadaur-6b7199723f471b04947491fd9cddb2f67b743ac6.tar.gz
release v0.9.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c87adfde4dcd..35d2faa1c888 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.3
+ pkgver = 0.9.4
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=75a59761f93a704e4948e032c255c2b60a1d5430
+ source = git+https://github.com/andrew-grechkin/fuse3-p7zip#commit=5d2a577b45f3b11458308ba7f3027e2420de7850
sha256sums = SKIP
pkgname = fuse3-p7zip-git
diff --git a/PKGBUILD b/PKGBUILD
index db90be0e66b6..a39742d6bf48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name=fuse3-p7zip
pkgname="$_name-git"
-pkgver=0.9.3
+pkgver=0.9.4
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=75a59761f93a704e4948e032c255c2b60a1d5430
+_commit=5d2a577b45f3b11458308ba7f3027e2420de7850
source=("git+https://github.com/andrew-grechkin/fuse3-p7zip#commit=$_commit")
sha256sums=('SKIP')