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

Balló György bgyorgy at archlinux.org
Sat Apr 17 18:42:17 UTC 2021


    Date: Saturday, April 17, 2021 @ 18:42:15
  Author: bgyorgy
Revision: 919815

Minor changes

Modified:
  gpodder/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 18:39:46 UTC (rev 919814)
+++ PKGBUILD	2021-04-17 18:42:15 UTC (rev 919815)
@@ -4,14 +4,14 @@
 pkgname=gpodder
 pkgver=3.10.19
 pkgrel=1
-pkgdesc='Podcast client written in Python using GTK+'
-arch=(any)
+pkgdesc='Podcast client written in Python using GTK'
+arch=('any')
 url='https://gpodder.github.io/'
-license=(GPL3)
-depends=(gtk3 python-cairo python-dbus python-gobject python-mygpoclient python-podcastparser)
-makedepends=(intltool)
+license=('GPL3')
+depends=('gtk3' 'python-cairo' 'dbus-python' 'python-gobject' 'python-mygpoclient' 'python-podcastparser')
+makedepends=('intltool')
 optdepends=('youtube-dl: for Youtube-dl extension')
-source=(http://github.com/gpodder/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+source=("http://github.com/gpodder/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
 sha256sums=('4a2e6fcc7e674a2b5731ac3cda4a18ccec462c66e8d4a7f0b69a296b0f8775ac')
 
 build() {



More information about the arch-commits mailing list