summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorScott Dickson2018-01-16 18:18:00 +1100
committerScott Dickson2018-01-16 18:18:00 +1100
commitb114bf7976164fcf95e536fc9d26d99320ac258f (patch)
tree18871762fd882dca816da300ae38233279309c39 /PKGBUILD
parent5480b56e2ad89900193a8ec88444a956bd359c44 (diff)
downloadaur-plexdrive-mongodb.tar.gz
Updated conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a4ec6a79815..72bf4fc72cac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ pkgdesc='Plexdrive allows you to mount your Google Drive account as read-only fu
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url='https://github.com/dweidenfeld/plexdrive'
license=('MIT')
-depends=('fuse')
+depends=('fuse' 'mongodb')
makedepends=('go')
-conflicts=("plexdrive-bin" "plexdrive-git" "plexdrive-dev-git" "plexdrive" "plexdrive-mongodb-bin" "plexdrive-sqlite" "plexdrive-bin-sqlite")
+conflicts=("plexdrive-bin" "plexdrive-git" "plexdrive-dev-git" "plexdrive" "plexdrive-mongodb-bin" "plexdrive-sqlite" "plexdrive-sqlite-bin")
provides=("plexdrive")
source=(https://github.com/dweidenfeld/plexdrive/archive/4.0.0.tar.gz)
sha256sums=('c19fcfead0916900324f5e4ad581cb4d2004b84caf483ec6ebf6ccfcf251e9c0')