summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2022-09-27 22:17:12 +0000
committereugene2022-09-27 22:17:12 +0000
commite886b3bc21d675571c6eb3e18fa362a66b1ef7a1 (patch)
tree65534aaf3d308874f71941850723b6a1370ac756
parentfb46c3a02bef3bd948b93a6f9029d4492815e508 (diff)
downloadaur-e886b3bc21d675571c6eb3e18fa362a66b1ef7a1.tar.gz
update to 1.6.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2b56cb6e628..fa827f02f55f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pithos
pkgdesc = Native Pandora Radio client
- pkgver = 1.5.1
- pkgrel = 3
+ pkgver = 1.6.0
+ pkgrel = 1
url = https://pithos.github.io/
arch = any
license = GPL3
@@ -15,13 +15,12 @@ pkgbase = pithos
depends = gst-libav
depends = gst-plugins-base
optdepends = libkeybinder3: for media keys plugin
- optdepends = libappindicator-gtk3: Unity indicator applet support
optdepends = python-pacparser: PAC proxy support
optdepends = python-pylast: Last.fm scrobbling support
optdepends = python-systemd: Logging to the system journal
- source = https://github.com/pithos/pithos/releases/download/1.5.1/pithos-1.5.1.tar.xz
+ source = https://github.com/pithos/pithos/releases/download/1.6.0/pithos-1.6.0.tar.xz
source = systemd.service
- sha256sums = 6850234fb7cf5a66f72219ef571b8f61b2506d314320274a236e514fd6fe90cd
+ sha256sums = 55c92b423d8bb23d1fc1c14e3cde95460b4f8ef59a375f9864827e126ac010ed
sha256sums = 6d29178697384fb046d9d25c6c2482f353a4484ec4f0a5b9080d1a26aa24f839
pkgname = pithos
diff --git a/PKGBUILD b/PKGBUILD
index b68d59d65891..f67523759b1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Maintainer: Steven Allen <steven@stebalien.com>
pkgname=pithos
-pkgver=1.5.1
-pkgrel=3
+pkgver=1.6.0
+pkgrel=1
pkgdesc='Native Pandora Radio client'
arch=('any')
url="https://pithos.github.io/"
@@ -13,7 +13,6 @@ license=('GPL3')
depends=('gtk3' 'python-gobject' 'libsecret' 'python-cairo'
'gst-plugins-good' 'gst-libav' 'gst-plugins-base')
optdepends=('libkeybinder3: for media keys plugin'
- 'libappindicator-gtk3: Unity indicator applet support'
'python-pacparser: PAC proxy support'
'python-pylast: Last.fm scrobbling support'
'python-systemd: Logging to the system journal')
@@ -22,7 +21,7 @@ source=(
"https://github.com/pithos/pithos/releases/download/${pkgver}/pithos-${pkgver}.tar.xz"
"systemd.service"
)
-sha256sums=('6850234fb7cf5a66f72219ef571b8f61b2506d314320274a236e514fd6fe90cd'
+sha256sums=('55c92b423d8bb23d1fc1c14e3cde95460b4f8ef59a375f9864827e126ac010ed'
'6d29178697384fb046d9d25c6c2482f353a4484ec4f0a5b9080d1a26aa24f839')
prepare() {