summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06edb32bc350..6df99243c241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc="Refined Evernote desktop app"
arch=('x86_64')
url="https://github.com/champloohq/tusk"
license=('MIT')
-depends=('xdg-utils')
+depends=('xdg-utils'
+ 'electron')
source_x86_64=("https://github.com/champloohq/tusk/releases/download/v${pkgver}/tusk-${pkgver}-linux-amd64.deb")
source=($pkgname.desktop
$pkgname.png)