summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Allred2018-02-27 14:14:24 -0600
committerBrian Allred2018-02-27 14:14:24 -0600
commit185ff51f701f02b61209170037849240e56f5e8c (patch)
treef602d24fecfdbb635c8827ff8a59d2cb3de73172 /PKGBUILD
parent107d75b4d21a0f633922bdf315a1bb33b19389dc (diff)
downloadaur-185ff51f701f02b61209170037849240e56f5e8c.tar.gz
Add wget dependency.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42a2ea87b5ea..938ff86990c8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=gpmdp-git
_name=Google-Play-Music-Desktop-Player-UNOFFICIAL-
-pkgver=4.1.1.39.g0598b95
+pkgver=4.5.0.8.gbcd4a95
pkgrel=1
pkgdesc="A beautiful cross platform Desktop Player for Google Play Music."
arch=('i686' 'x86_64')
url="http://www.googleplaymusicdesktopplayer.com"
license=('MIT')
-depends=('libnotify' 'alsa-lib' 'gconf' 'gtk2' 'nss' 'avahi')
+depends=('libnotify' 'alsa-lib' 'gconf' 'gtk2' 'nss' 'avahi' 'wget')
makedepends=('nodejs' 'electron' 'npm' 'git' 'gcc' 'libx11')
optdepends=('gnome-keyring' 'lsb-release' 'libxtst' 'desktop-file-utils: Needed to update desktop icon database')
provides=('gpmdp')