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

Antonio Rojas arojas at archlinux.org
Sun Apr 18 07:59:25 UTC 2021


    Date: Sunday, April 18, 2021 @ 07:59:24
  Author: arojas
Revision: 919895

Add missing python-requests dependency (FS#70498)

Modified:
  gpodder/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-18 07:09:38 UTC (rev 919894)
+++ PKGBUILD	2021-04-18 07:59:24 UTC (rev 919895)
@@ -3,12 +3,12 @@
 
 pkgname=gpodder
 pkgver=3.10.19
-pkgrel=1
+pkgrel=2
 pkgdesc='Podcast client written in Python using GTK'
 arch=('any')
 url='https://gpodder.github.io/'
 license=('GPL3')
-depends=('gtk3' 'python-cairo' 'dbus-python' 'python-gobject' 'python-mygpoclient' 'python-podcastparser')
+depends=('gtk3' 'python-cairo' 'dbus-python' 'python-gobject' 'python-mygpoclient' 'python-podcastparser' 'python-requests')
 makedepends=('intltool')
 optdepends=('youtube-dl: for Youtube-dl extension')
 source=("http://github.com/gpodder/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")



More information about the arch-commits mailing list