summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2022-06-28 16:11:34 +0000
committereugene2022-06-28 16:11:34 +0000
commitde02f64d9fc7abf54817a4349ad89e171af9613d (patch)
tree44302c8aa0e3e752a2a438d3615d9fd0bfa10786
parent9dcd1ffba30776e7260dd1c61a75c4d1f9028fef (diff)
downloadaur-de02f64d9fc7abf54817a4349ad89e171af9613d.tar.gz
migrate to pacparser optdep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78428998d3db..d72561694350 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pithos
pkgdesc = Native Pandora Radio client
pkgver = 1.5.1
- pkgrel = 1
+ pkgrel = 2
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 = python-pacparser: PAC proxy support
+ optdepends = 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
@@ -25,4 +25,3 @@ pkgbase = pithos
sha256sums = 6d29178697384fb046d9d25c6c2482f353a4484ec4f0a5b9080d1a26aa24f839
pkgname = pithos
-
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')