summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMikael Blomstrand2019-03-06 22:00:24 +0100
committerMikael Blomstrand2019-03-06 22:00:24 +0100
commitf71a0806d1d26c6ccdc17151326fd07a6c87b16d (patch)
tree9f31c255e21b0589c3a503904630b356afeb516f /PKGBUILD
parent3e2f2bd7d2859b0c443648b33bbab46b2b059138 (diff)
downloadaur-adbfs-rootless-git.tar.gz
add adbfs-git to conflicts field
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53d830f80b56..a886235534a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,9 @@ pkgdesc='fuse filesystem over adb tool for android devices, no device root requi
arch=(i686 x86_64)
url='https://github.com/spion/adbfs-rootless'
license=(BSD)
-depends=(fuse android-tools)
-makedepends=(git)
+depends=('fuse' 'android-tools')
+conflicts=('adbfs-git')
+makedepends=('git')
source=(git+https://github.com/spion/adbfs-rootless)
sha1sums=('SKIP')