summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMrViK2019-03-04 15:01:27 +0100
committerMrViK2019-03-04 15:01:27 +0100
commit833bb61ae202803510f3f203ca69696f9390aa84 (patch)
tree34ec7c24a64457b15a6857639d395a68956890ee /PKGBUILD
parenta790b54cba72be461df661ab26aed902cf58e791 (diff)
downloadaur-833bb61ae202803510f3f203ca69696f9390aa84.tar.gz
Add jdrive-client as optdepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c22274a5e7f8..4691aebf0e41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,19 @@
# Maintainer: Víctor González <mrvikxd@gmail.com>
pkgname=jdrive
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Google Drive sync daemon"
arch=(any) #Any that can fill the dependencies
-url="https://gitlab.com/mrvik/jdrive"
+url="https://gitlab.com/mrvik/${pkgname}"
depends=("nodejs>=10")
license=("GPL2")
provides=("jdrive")
replaces=("nodejs-jdrive")
makedepends=(npm python2)
-source=("jdrive.tgz::https://gitlab.com/mrvik/${pkgname}/-/jobs/artifacts/v${pkgver}/raw/jdrive.tgz?job=Build%20npm%20tarball")
+optdepends=(
+ "jdrive-client: See JDrive progress using JDrive socket"
+)
+source=("jdrive.tgz::${url}/-/jobs/artifacts/v${pkgver}/raw/jdrive.tgz?job=Build%20npm%20tarball")
noextract=("jdrive.tgz")
sha512sums=('9f284fb1d9756952cf40ad9fbdc1136053fb420446996b8723bf10b6952c0652f67a154ac53a2e948f826d964d8f476c798edcc41fc487bbe18c6028a0984b3c')