summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormaz-12017-02-02 11:23:09 +0800
committermaz-12017-02-02 11:23:09 +0800
commit0e883e5c1d1d6325765e6b6d934af3d235e33277 (patch)
tree413b81c11f68770e9bf95518138378249deb95b5
parent14b95441060fe10f17c99e53033a6865114e7f5f (diff)
downloadaur-0e883e5c1d1d6325765e6b6d934af3d235e33277.tar.gz
init
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f677b86d030..1d65d1a47d4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = exfat-utils-autodetect
arch = x86_64
license = GPL2
makedepends = rsync
- depends = fuse
+ depends = fuse2
depends = glibc
provides = exfat-utils
conflicts = exfat-utils
diff --git a/PKGBUILD b/PKGBUILD
index 8b673698a90d..551cf9b8840b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgrel=1
pkgdesc="Utilities for exFAT file system"
arch=('i686' 'x86_64')
url="https://github.com/relan/exfat"
-depends=( 'fuse' 'glibc')
+depends=( 'fuse2' 'glibc')
makedepends=( 'rsync')
conflicts=( 'exfat-utils')
provides=( 'exfat-utils')