summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Schwan2020-05-07 03:11:37 +0200
committerFrederik Schwan2020-05-07 03:11:37 +0200
commit81a67b15f1928d83fadca6bc2afb0b1d9b7a2a83 (patch)
treef310c8a1851226030c76914766ffd25fa59c3111
parent3aff296f480be73ea24481dec0a85e48a0e8ad27 (diff)
downloadaur-81a67b15f1928d83fadca6bc2afb0b1d9b7a2a83.tar.gz
fix conflicts in -git packages - thx @coderobe
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96b3da76fc1d..d5be7d69583e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,8 @@ pkgbase = exfat-utils-nofuse
license = GPL2
depends = glibc
provides = exfat-utils
+ conflicts = fuse-exfat
+ conflicts = exfat-utils
source = exfat-1.3.0.tar.gz::https://github.com/relan/exfat/archive/v1.3.0.tar.gz
source = nofuse.patch
b2sums = d4d074f94784ab038129a06acdf0c45252898776cc11d4db998f6d914ef47bc80add29e90eeb59b88a98b5828bd77773bb84f47c26e26a1a1a53cd1a3e1c7746
diff --git a/PKGBUILD b/PKGBUILD
index d0ed904c0c2e..b63f87f8b9f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url='https://github.com/relan/exfat'
license=('GPL2')
depends=('glibc')
provides=('exfat-utils')
+conflicts=('fuse-exfat' 'exfat-utils')
source=("exfat-${pkgver}.tar.gz::https://github.com/relan/exfat/archive/v${pkgver}.tar.gz"
nofuse.patch)
b2sums=('d4d074f94784ab038129a06acdf0c45252898776cc11d4db998f6d914ef47bc80add29e90eeb59b88a98b5828bd77773bb84f47c26e26a1a1a53cd1a3e1c7746'