summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
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() {