summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2022-07-07 15:08:07 +0000
committereugene2022-07-07 15:08:07 +0000
commitfb46c3a02bef3bd948b93a6f9029d4492815e508 (patch)
treee1ea326bc16ed4d46985c3b5e50258e80ec550e5
parentde02f64d9fc7abf54817a4349ad89e171af9613d (diff)
downloadaur-fb46c3a02bef3bd948b93a6f9029d4492815e508.tar.gz
switched back to python-pacparser
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d72561694350..c2b56cb6e628 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pithos
pkgdesc = Native Pandora Radio client
pkgver = 1.5.1
- pkgrel = 2
+ pkgrel = 3
url = https://pithos.github.io/
arch = any
license = GPL3
@@ -16,7 +16,7 @@ pkgbase = pithos
depends = gst-plugins-base
optdepends = libkeybinder3: for media keys plugin
optdepends = libappindicator-gtk3: Unity indicator applet support
- optdepends = pacparser: PAC proxy 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
diff --git a/PKGBUILD b/PKGBUILD
index 22dfae8d0231..b68d59d65891 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=pithos
pkgver=1.5.1
-pkgrel=2
+pkgrel=3
pkgdesc='Native Pandora Radio client'
arch=('any')
url="https://pithos.github.io/"
@@ -14,7 +14,7 @@ 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'
- 'pacparser: PAC proxy support'
+ 'python-pacparser: PAC proxy support'
'python-pylast: Last.fm scrobbling support'
'python-systemd: Logging to the system journal')
makedepends=('meson' 'appstream-glib')