summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormuchweb2019-06-28 20:51:32 +0300
committermuchweb2019-06-28 20:51:32 +0300
commit6b89e27864a8c919a3bda135c8a25dd8c7095e52 (patch)
tree40b67914b9ba90831456d2b8938596de6ec303ed
parenta69cf644c692c590307f9137f33b7d77f9cec169 (diff)
downloadaur-6b89e27864a8c919a3bda135c8a25dd8c7095e52.tar.gz
move some dependencies to makedepends
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1aa5ab251e5d..8798cb2e21ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
pkgname=tidal-music-linux-git
_pkgname=tidal-music-linux
replaces=('tidal-music-linux-bin')
-pkgver=2.0
+pkgver=3.0
pkgrel=1
pkgdesc='An electron based wrapper around the Tidal web player for Linux'
arch=('x86_64')
url='https://github.com/Bunkerbewohner/tidal-music-linux'
license=('MIT')
# dunno if needed: libxtst alsa-lib gconf libnotify gtk2 nss
-depends=('pepper-flash' 'nodejs' 'git' 'npm' 'electron')
-provides=("${_pkgname}")
+depends=('pepper-flash' 'electron')
+makedepends=('nodejs' 'git' 'npm')
+provides=('tidal')
source=(
'git+https://github.com/Bunkerbewohner/tidal-music-linux.git'
"${_pkgname}.desktop"