summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8e6044f27bf..7c44a61cbbd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Víctor González <mrvikxd@gmail.com>
pkgname=jdrive
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Google Drive sync daemon"
arch=(any) #Any that can fill the dependencies
url="https://gitlab.com/mrvik/${pkgname}"
-depends=("nodejs>=10")
+depends=("nodejs>=10" "nodejs<14")
license=("GPL2")
provides=("jdrive")
replaces=("nodejs-jdrive")