Add exfat-utils-nofuse: as optdepends

This commit is contained in:
TBK 2019-03-10 03:16:24 +01:00
parent 3f76f47318
commit f6f0911233
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Generated by makepkg 5.1.2
# Sat Mar 9 01:58:44 UTC 2019
# Sun Mar 10 02:13:46 UTC 2019
pkgbase = sdfat-dkms-git
pkgdesc = FAT12/16/32(VFAT)/64(exFAT) filesytems kernel module - use with DKMS
pkgver = 26.4f65bdd
@ -10,6 +10,7 @@ pkgbase = sdfat-dkms-git
makedepends = git
makedepends = linux-headers
depends = dkms
optdepends = exfat-utils-nofuse: Tools for managening Exfat
conflicts = vfat
conflicts = exfat
conflicts = exfat-dkms-git

View File

@ -10,6 +10,7 @@ arch=('any')
url='https://github.com/cryptomilk/kernel-sdfat'
license=('GPL2')
depends=('dkms')
optdepends=('exfat-utils-nofuse: Tools for managening Exfat')
makedepends=('git' 'linux-headers')
conflicts=('vfat' 'exfat' 'exfat-dkms-git' 'sdfat-dkms-git')
options=('!strip')