[arch-commits] Commit in gpodder/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Aug 3 18:30:25 UTC 2022


    Date: Wednesday, August 3, 2022 @ 18:30:25
  Author: arojas
Revision: 1260111

archrelease: copy trunk to community-any

Added:
  gpodder/repos/community-any/PKGBUILD
    (from rev 1260110, gpodder/trunk/PKGBUILD)
Deleted:
  gpodder/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-03 18:30:17 UTC (rev 1260110)
+++ PKGBUILD	2022-08-03 18:30:25 UTC (rev 1260111)
@@ -1,35 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jan Magnus Brevik <janmbrevik at gmail.com>
-
-pkgname=gpodder
-pkgver=3.10.21
-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' 'python-requests')
-makedepends=('intltool')
-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=('014e619de64d3e3dc8493929af8007b3caf09dd77e153bf778f1708d55946878')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Use gio open directly instead of xdg-open
-  sed -i "s/\['xdg-open', filename\]/['gio', 'open', filename]/" src/gpodder/util.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make messages
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gpodder/repos/community-any/PKGBUILD (from rev 1260110, gpodder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-03 18:30:25 UTC (rev 1260111)
@@ -0,0 +1,35 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan Magnus Brevik <janmbrevik at gmail.com>
+
+pkgname=gpodder
+pkgver=3.11.0
+pkgrel=1
+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' 'python-requests')
+makedepends=('intltool')
+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=('c96a3332e61e8277475497ec24fe0918c5cafc580a2f85fc7b34c2fd989873de')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Use gio open directly instead of xdg-open
+  sed -i "s/\['xdg-open', filename\]/['gio', 'open', filename]/" src/gpodder/util.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make messages
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list