summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreugene2022-06-28 16:11:34 +0000
committereugene2022-06-28 16:11:34 +0000
commitde02f64d9fc7abf54817a4349ad89e171af9613d (patch)
tree44302c8aa0e3e752a2a438d3615d9fd0bfa10786 /PKGBUILD
parent9dcd1ffba30776e7260dd1c61a75c4d1f9028fef (diff)
downloadaur-de02f64d9fc7abf54817a4349ad89e171af9613d.tar.gz
migrate to pacparser optdep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fec6e0b82e5a..22dfae8d0231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=pithos
pkgver=1.5.1
-pkgrel=1
+pkgrel=2
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'
- 'python-pacparser: PAC proxy support'
+ 'pacparser: PAC proxy support'
'python-pylast: Last.fm scrobbling support'
'python-systemd: Logging to the system journal')
makedepends=('meson' 'appstream-glib')