summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Grechkin2021-02-25 22:18:31 +0100
committerAndrew Grechkin2021-02-25 22:18:31 +0100
commitf69054cad7ccce86734f81e3481632809d8af13e (patch)
treeadd8b989932284f04fa3f9d9f5383a83b2e2af5b /PKGBUILD
parent3462a0ebe9b716376458b87969f0435df6978b13 (diff)
downloadaur-f69054cad7ccce86734f81e3481632809d8af13e.tar.gz
release v1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {