summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81118c6ca39c..89ba995bbb0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gpmdp
pkgdesc = A beautiful cross platform Desktop Player for Google Play Music. Stable release.
pkgver = 4.7.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.googleplaymusicdesktopplayer.com
install = gpmdp.install
arch = i686
@@ -9,7 +9,9 @@ pkgbase = gpmdp
license = MIT
depends = desktop-file-utils
depends = hicolor-icon-theme
- depends = libappindicator-gtk2
+ depends = nss
+ depends = libxss
+ depends = gtk3
optdepends = apparmor
optdepends = avahi
optdepends = libgnome-keyring
diff --git a/PKGBUILD b/PKGBUILD
index 2d467c431a9c..95574b0e1bb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,12 @@
pkgname=gpmdp
pkgver=4.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="A beautiful cross platform Desktop Player for Google Play Music. Stable release."
arch=('i686' 'x86_64')
url="http://www.googleplaymusicdesktopplayer.com"
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'libappindicator-gtk2')
-optdepends=('apparmor'
- 'avahi'
- 'libgnome-keyring')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'nss' 'libxss' 'gtk3')
+optdepends=('apparmor' 'avahi' 'libgnome-keyring')
provides=('gpmdp')
conflicts=('google-play-music-desktop-player-git' 'gpmdp-git')
install=${pkgname}.install