summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMrViK2020-04-28 13:05:58 +0200
committerMrViK2020-04-28 13:06:46 +0200
commita1a5358e817092b4714635331a5a4c37ca1f6be9 (patch)
treec26bc91e75cd64186bc772061de02161b739bcd3 /PKGBUILD
parent112c66f5d5193b6d8c8804a11d9933ad6cc62214 (diff)
downloadaur-a1a5358e817092b4714635331a5a4c37ca1f6be9.tar.gz
Some dependencies break on node>=14
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")