summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMrViK2019-03-04 19:31:04 +0100
committerMrViK2019-03-04 19:31:04 +0100
commit0c1bdc9fe57053d174635a927f351f651ca4d343 (patch)
tree55406a3d63ab0d22c3b8418eb9ae6ce3029c6b69 /PKGBUILD
parentca3547d902795817803b0e25e03e80957e8e0aca (diff)
downloadaur-0c1bdc9fe57053d174635a927f351f651ca4d343.tar.gz
Conflicts nodejs-jdrive (cannot have both)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 244b0b5623a4..ae654aed0fce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Víctor González <mrvikxd@gmail.com>
pkgname=jdrive
pkgver=2.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Google Drive sync daemon"
arch=(any) #Any that can fill the dependencies
url="https://gitlab.com/mrvik/${pkgname}"
@@ -9,6 +9,7 @@ depends=("nodejs>=10")
license=("GPL2")
provides=("jdrive")
replaces=("nodejs-jdrive")
+conflicts=("nodejs-jdrive")
makedepends=(npm python2)
optdepends=(
"jdrive-client: See JDrive progress using JDrive socket"