summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Allred2018-02-27 14:14:24 -0600
committerBrian Allred2018-02-27 14:14:24 -0600
commit185ff51f701f02b61209170037849240e56f5e8c (patch)
treef602d24fecfdbb635c8827ff8a59d2cb3de73172
parent107d75b4d21a0f633922bdf315a1bb33b19389dc (diff)
downloadaur-185ff51f701f02b61209170037849240e56f5e8c.tar.gz
Add wget dependency.
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 977df985843f..f98401869263 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 12 23:38:30 UTC 2017
+# Tue Feb 27 20:13:54 UTC 2018
pkgbase = gpmdp-git
pkgdesc = A beautiful cross platform Desktop Player for Google Play Music.
- pkgver = 4.1.1.39.g0598b95
+ pkgver = 4.5.0.8.gbcd4a95
pkgrel = 1
url = http://www.googleplaymusicdesktopplayer.com
install = gpmdp-git.install
@@ -21,6 +21,7 @@ pkgbase = gpmdp-git
depends = gtk2
depends = nss
depends = avahi
+ depends = wget
optdepends = gnome-keyring
optdepends = lsb-release
optdepends = libxtst
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')