summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c79b6357101..3689fc5717f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = harmony-player
pkgdesc = A next-gen music player built with Electron.
pkgver = 0.2.4
- pkgrel = 2
+ pkgrel = 3
url = http://getharmony.xyz/
arch = x86_64
license = GPL
depends = gnuplot
- depends = python
depends = gconf
depends = libxss
depends = libxtst
- depends = nodejs
depends = alsa-lib
depends = nss
depends = gtk2
diff --git a/PKGBUILD b/PKGBUILD
index 15fdd6128f31..3dd22891f6cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Gustav Hansen <kusti8@gmail.com>
pkgname=harmony-player
pkgver=0.2.4
-pkgrel=2
+pkgrel=3
pkgdesc="A next-gen music player built with Electron."
arch=('x86_64')
url="http://getharmony.xyz/"
license=('GPL')
groups=()
-depends=('gnuplot' 'python' 'gconf' 'libxss' 'libxtst' 'nodejs' 'alsa-lib' 'nss' 'gtk2')
+depends=('gnuplot' 'gconf' 'libxss' 'libxtst' 'alsa-lib' 'nss' 'gtk2')
makedepends=()
optdepends=()
provides=()