summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Schwan2020-05-07 01:30:26 +0200
committerFrederik Schwan2020-05-07 01:30:26 +0200
commit3aff296f480be73ea24481dec0a85e48a0e8ad27 (patch)
treee38623fb3eb6ba36bac19045986b8c8cb534cfb5
parentaeab80a20ce7e5ae1c4e6adfcbbeb679d1d237cb (diff)
downloadaur-3aff296f480be73ea24481dec0a85e48a0e8ad27.tar.gz
PKGBUILD review of coderobe
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5be7d69583e..96b3da76fc1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,8 +13,6 @@ 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 76093ca98128..d0ed904c0c2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ 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'
@@ -19,7 +18,7 @@ b2sums=('d4d074f94784ab038129a06acdf0c45252898776cc11d4db998f6d914ef47bc80add29e
prepare() {
cd exfat-${pkgver}
# build without fuse support
- patch -p0 < ${srcdir}/nofuse.patch
+ patch -p0 < "${srcdir}"/nofuse.patch
}
build() {