summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2024-03-04 10:46:12 +0200
committereugene2024-03-04 10:46:12 +0200
commitbb20470de49447a79fc5b333c372506f0edcd09a (patch)
tree354005ac4e65629c2c4f3153a0c2ef9280f9869b
parent975fe8a9ac094276969613ba93f4d2ada4585d81 (diff)
downloadaur-pithos.tar.gz
update to 1.6.2
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD13
2 files changed, 16 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1483232e8b66..3c7a6fb4848f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,21 @@
pkgbase = pithos
pkgdesc = Native Pandora Radio client
- pkgver = 1.6.1
+ pkgver = 1.6.2
pkgrel = 1
url = https://pithos.github.io/
arch = any
- license = GPL3
+ license = GPL-3.0-only
makedepends = meson
makedepends = appstream-glib
depends = gtk3
depends = python-gobject
depends = libsecret
depends = python-cairo
+ depends = pango
+ depends = python
+ depends = dconf
+ depends = gdk-pixbuf2
+ depends = hicolor-icon-theme
depends = gst-plugins-good
depends = gst-libav
depends = gst-plugins-base
@@ -18,9 +23,9 @@ pkgbase = pithos
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.6.1/pithos-1.6.1.tar.xz
+ source = pithos-1.6.2.tar.gz::https://github.com/pithos/pithos/archive/refs/tags/1.6.2.tar.gz
source = systemd.service
- sha256sums = 02c7c18951d9760f54f3de0313a37273778779101bfe58bdc273a0e113f2ce2d
+ sha256sums = 69fffb5af07787eaf603d9e63b6facf25cc41760109dee5a92514354edd1068d
sha256sums = 6d29178697384fb046d9d25c6c2482f353a4484ec4f0a5b9080d1a26aa24f839
pkgname = pithos
diff --git a/PKGBUILD b/PKGBUILD
index e49f8baecb3f..b89724934020 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@
# Contributor: Steven Allen <steven@stebalien.com>
pkgname=pithos
-pkgver=1.6.1
+pkgver=1.6.2
pkgrel=1
pkgdesc='Native Pandora Radio client'
-arch=('any')
+arch=(any)
url="https://pithos.github.io/"
-license=('GPL3')
-depends=('gtk3' 'python-gobject' 'libsecret' 'python-cairo'
+license=(GPL-3.0-only)
+depends=('gtk3' 'python-gobject' 'libsecret' 'python-cairo' 'pango'
+ 'python' 'dconf' 'gdk-pixbuf2' 'hicolor-icon-theme'
'gst-plugins-good' 'gst-libav' 'gst-plugins-base')
optdepends=('libkeybinder3: for media keys plugin'
'python-pacparser: PAC proxy support'
@@ -18,10 +19,10 @@ optdepends=('libkeybinder3: for media keys plugin'
'python-systemd: Logging to the system journal')
makedepends=('meson' 'appstream-glib')
source=(
- "https://github.com/pithos/pithos/releases/download/${pkgver}/pithos-${pkgver}.tar.xz"
+ "pithos-${pkgver}.tar.gz::https://github.com/pithos/pithos/archive/refs/tags/${pkgver}.tar.gz"
"systemd.service"
)
-sha256sums=('02c7c18951d9760f54f3de0313a37273778779101bfe58bdc273a0e113f2ce2d'
+sha256sums=('69fffb5af07787eaf603d9e63b6facf25cc41760109dee5a92514354edd1068d'
'6d29178697384fb046d9d25c6c2482f353a4484ec4f0a5b9080d1a26aa24f839')
prepare() {