summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grechkin2021-02-25 22:18:31 +0100
committerAndrew Grechkin2021-02-25 22:18:31 +0100
commitf69054cad7ccce86734f81e3481632809d8af13e (patch)
treeadd8b989932284f04fa3f9d9f5383a83b2e2af5b
parent3462a0ebe9b716376458b87969f0435df6978b13 (diff)
downloadaur-f69054cad7ccce86734f81e3481632809d8af13e.tar.gz
release v1.1.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ec2c8e1e562..7d0927abfa78 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 = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/andrew-grechkin/fuse3-p7zip
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = fuse3-p7zip-git
makedepends = go-md2man
depends = fuse3
depends = p7zip
- source = git+https://github.com/andrew-grechkin/fuse3-p7zip#commit=08b07f2ada5e1090c4a99aea5f94a98d19bc9ae4
+ source = git+https://github.com/andrew-grechkin/fuse3-p7zip#commit=3b4431251efa1c18dc4e95ba15f36d546aafa3a8
sha256sums = SKIP
pkgname = fuse3-p7zip-git
diff --git a/PKGBUILD b/PKGBUILD
index 7fdd26911522..207b1e692d88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name=fuse3-p7zip
pkgname="$_name-git"
-pkgver=1.0.0
+pkgver=1.1.0
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' 'go-md2man')
-source=("git+https://github.com/andrew-grechkin/fuse3-p7zip#commit=08b07f2ada5e1090c4a99aea5f94a98d19bc9ae4")
+source=("git+https://github.com/andrew-grechkin/fuse3-p7zip#commit=3b4431251efa1c18dc4e95ba15f36d546aafa3a8")
sha256sums=('SKIP')
prepare() {