[arch-commits] Commit in gpodder/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Apr 21 00:51:16 UTC 2021


    Date: Wednesday, April 21, 2021 @ 00:51:15
  Author: bgyorgy
Revision: 920448

upgpkg: gpodder 3.10.19-3: Add some optional dependencies

Modified:
  gpodder/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 00:27:47 UTC (rev 920447)
+++ PKGBUILD	2021-04-21 00:51:15 UTC (rev 920448)
@@ -3,7 +3,7 @@
 
 pkgname=gpodder
 pkgver=3.10.19
-pkgrel=2
+pkgrel=3
 pkgdesc='Podcast client written in Python using GTK'
 arch=('any')
 url='https://gpodder.github.io/'
@@ -10,7 +10,10 @@
 license=('GPL3')
 depends=('gtk3' 'python-cairo' 'dbus-python' 'python-gobject' 'python-mygpoclient' 'python-podcastparser' 'python-requests')
 makedepends=('intltool')
-optdepends=('youtube-dl: for Youtube-dl extension')
+optdepends=('libnotify: Gtk+ Desktop Notifications extension'
+            'python-mutagen: Tag downloaded files, Remove cover art from OGG files extensions'
+            'webkit2gtk: HTML show notes'
+            'youtube-dl: Youtube-dl extension')
 source=("http://github.com/gpodder/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
 sha256sums=('4a2e6fcc7e674a2b5731ac3cda4a18ccec462c66e8d4a7f0b69a296b0f8775ac')
 



More information about the arch-commits mailing list