summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2019-06-22 05:54:00 +0200
committeraksr2019-06-22 05:54:00 +0200
commit67c92bf8d4b6768e3b719e3499d47db3667cd9fb (patch)
treea2fa3f7274eae134f7e5ff7d5dd29b164a0e9533
parentb10d8351062ad3cc3f6c15ddf682ee5347cb7260 (diff)
downloadaur-67c92bf8d4b6768e3b719e3499d47db3667cd9fb.tar.gz
fuse3->fuse2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c8860f48cf9..2caa9f97812d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Jun 17 07:04:32 UTC 2019
+# Sat Jun 22 03:53:48 UTC 2019
pkgbase = rar2fs
pkgdesc = Fuse file system for reading Rar archives
pkgver = 1.27.2
- pkgrel = 1
+ pkgrel = 2
url = https://hasse69.github.io/rar2fs/
arch = i686
arch = x86_64
license = GPLv3
makedepends = libunrar
- depends = fuse3
+ depends = fuse2
depends = libunrar
source = https://github.com/hasse69/rar2fs/releases/download/v1.27.2/rar2fs-1.27.2.tar.gz
source = http://www.rarlab.com/rar/unrarsrc-5.7.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 0969ff7eca4e..9e8ba8468226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=rar2fs
pkgver=1.27.2
_unrarver=5.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Fuse file system for reading Rar archives"
arch=("i686" "x86_64")
license=("GPLv3")
url="https://github.com/hasse69/rar2fs"
url="https://hasse69.github.io/rar2fs/"
-depends=("fuse3" "libunrar")
+depends=("fuse2" "libunrar")
makedepends=("libunrar")
source=("https://github.com/hasse69/rar2fs/releases/download/v$pkgver/rar2fs-$pkgver.tar.gz"
"http://www.rarlab.com/rar/unrarsrc-$_unrarver.tar.gz")