summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD5
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 601cffcee633..9694cca8019e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
pkgbase = ark-desktop
pkgdesc = Multi Platform Ark Lite Client
pkgver = 1.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ArkEcosystem/ark-desktop
arch = x86_64
license = MIT
- makedepends = npm
- depends = nodejs
- depends = electron
+ depends = gtk2
+ depends = alsa-lib
+ depends = nss
+ depends = libxtst
+ depends = gconf
+ depends = libxss
source = https://github.com/ArkEcosystem/ark-desktop/releases/download/1.5.0/ArkClient-Linux-1.5.0.tar.xz
source = https://raw.githubusercontent.com/ArkEcosystem/ark-desktop/1.5.0/LICENSE.md
source = arkclient.desktop
diff --git a/PKGBUILD b/PKGBUILD
index e1d5a73b91c0..ffcff31b1d38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@ _npmname=ArkClient
_appname=arkclient
pkgname=ark-desktop
pkgver=1.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Multi Platform Ark Lite Client"
arch=(x86_64)
url="https://github.com/ArkEcosystem/ark-desktop"
license=(MIT)
-depends=('nodejs' 'electron')
-makedepends=('npm')
+depends=('gtk2' 'alsa-lib' 'nss' 'libxtst' 'gconf' 'libxss')
source=(
"https://github.com/ArkEcosystem/${pkgname}/releases/download/${pkgver}/${_npmname}-Linux-${pkgver}.tar.xz"