summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75af9f524c67..682fd07f09b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Janne Heß <jannehess@gmail.com>
pkgname=archivemount-git
-pkgver=r63.104a314
+pkgver=r78.78c3065
pkgrel=1
pkgdesc="FUSE filesystem using libarchive"
url="https://www.cybernoia.de/software/${pkgname%-git}.html"
arch=("i686" "x86_64")
license=("GPL2")
-depends=("fuse" "libarchive")
-makedepends=("git")
+depends=(fuse2 libarchive)
+makedepends=(git)
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("${pkgname}::git+https://github.com/cybernoid/archivemount.git")