summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3df4f6df646f..2d7aa9a9d062 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = plexdrive-mongodb
license = MIT
makedepends = go
depends = fuse
+ depends = mongodb
provides = plexdrive
conflicts = plexdrive-bin
conflicts = plexdrive-git
@@ -17,7 +18,7 @@ pkgbase = plexdrive-mongodb
conflicts = plexdrive
conflicts = plexdrive-mongodb-bin
conflicts = plexdrive-sqlite
- conflicts = plexdrive-bin-sqlite
+ conflicts = plexdrive-sqlite-bin
source = https://github.com/dweidenfeld/plexdrive/archive/4.0.0.tar.gz
sha256sums = c19fcfead0916900324f5e4ad581cb4d2004b84caf483ec6ebf6ccfcf251e9c0
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')