summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6880125c3f7e..3e12aa7025fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Dec 18 21:33:42 UTC 2016
pkgbase = pithos-git
pkgdesc = Native Pandora Radio client
- pkgver = 1.2.1.r27.g5b85365
+ pkgver = 1.2.1.r28.g5bc9671
pkgrel = 1
url = https://pithos.github.io/
arch = any
@@ -15,10 +17,9 @@ pkgbase = pithos-git
depends = libsecret
depends = python-cairo
depends = gst-plugins-good
- depends = gst-plugins-bad
+ depends = gst-libav
depends = gst-plugins-base
optdepends = libkeybinder3: for media keys plugin
- optdepends = gst-plugins-ugly: MP3 playback support
optdepends = libappindicator-gtk3: Unity indicator applet support
optdepends = python-pacparser: PAC proxy support
optdepends = python-pylast: Last.fm scrobbling support
diff --git a/PKGBUILD b/PKGBUILD
index 562c99cb978a..286ad40e3496 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,15 @@
_pkgname=pithos
pkgname=$_pkgname-git
-pkgver=1.2.1.r27.g5b85365
+pkgver=1.2.1.r28.g5bc9671
pkgrel=1
pkgdesc='Native Pandora Radio client'
arch=('any')
url="https://pithos.github.io/"
license=('GPL3')
depends=('gtk3' 'python-gobject' 'libsecret' 'python-cairo'
- 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-base')
+ 'gst-plugins-good' 'gst-libav' 'gst-plugins-base')
optdepends=('libkeybinder3: for media keys plugin'
- 'gst-plugins-ugly: MP3 playback support'
'libappindicator-gtk3: Unity indicator applet support'
'python-pacparser: PAC proxy support'
'python-pylast: Last.fm scrobbling support'