Fix conflict with exfat-utils

This commit is contained in:
TBK 2019-04-29 23:52:00 +02:00
parent 8f38303998
commit 8b057108d2
No known key found for this signature in database
GPG Key ID: BEE0F6C31D0CB711
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Maintainer: TBK <aur at jjtc dot eu> # Maintainer: TBK <aur@jjtc.eu>
# Contributor: TBK <aur at jjtc dot eu> # Contributor: TBK <aur@jjtc.eu>
pkgname=sdfat-dkms pkgname=sdfat-dkms
pkgver=2.1.8.1 pkgver=2.1.8.1
pkgrel=1 pkgrel=2
pkgdesc='FAT12/16/32(VFAT)/64(exFAT) filesytems kernel module - use with DKMS' pkgdesc='FAT12/16/32(VFAT)/64(exFAT) filesytems kernel module - use with DKMS'
arch=('any') arch=('any')
url='https://github.com/tbk/kernel-sdfat' url='https://github.com/tbk/kernel-sdfat'
@ -11,7 +11,7 @@ license=('GPL2')
depends=('dkms') depends=('dkms')
optdepends=('exfat-utils-nofuse: Tools for managening Exfat') optdepends=('exfat-utils-nofuse: Tools for managening Exfat')
makedepends=('linux-headers') makedepends=('linux-headers')
conflicts=('vfat' 'exfat' 'exfat-dkms-git' 'sdfat-dkms-git') conflicts=('vfat' 'exfat' 'exfat-dkms-git' 'sdfat-dkms-git' 'exfat-utils')
options=('!strip') options=('!strip')
source=("$pkgname-$pkgver.tar.gz::https://github.com/TBK/kernel-sdfat/archive/$pkgver.tar.gz" source=("$pkgname-$pkgver.tar.gz::https://github.com/TBK/kernel-sdfat/archive/$pkgver.tar.gz"
dkms.conf dkms.conf