Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / gpodder
Commits: dd412170 by Antonio Rojas at 2025-01-06T19:09:58+01:00 upgpkg: 3.11.5-1: Update to 3.11.5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,11 +1,13 @@ pkgbase = gpodder pkgdesc = Podcast client written in Python using GTK - pkgver = 3.11.4 - pkgrel = 5 + pkgver = 3.11.5 + pkgrel = 1 url = https://gpodder.github.io/ arch = any license = GPL3 makedepends = intltool + makedepends = python-build + makedepends = python-installer makedepends = python-setuptools depends = gtk3 depends = python-cairo @@ -18,9 +20,7 @@ pkgbase = gpodder optdepends = python-mutagen: Tag downloaded files, Remove cover art from OGG files extensions optdepends = webkit2gtk: HTML show notes optdepends = yt-dlp: Youtube-dl extension - source = https://github.com/gpodder/gpodder/archive/3.11.4/gpodder-3.11.4.tar.gz - source = gpodder-3_11_4-fix-imp-module.patch::https://github.com/gpodder/gpodder/commit/dd9b594d24a541c0f1d3b096e47b6d7f1c11ca7e.patch - sha256sums = 8022a6c29157dc287b5661f8915d04404767c33b6858e8d1a6c728904f8dae55 - sha256sums = 974704a51dff3d5b727fe897e72e8d7994715f9a55d4dd0ca3a2f4742a950609 + source = https://github.com/gpodder/gpodder/archive/3.11.5/gpodder-3.11.5.tar.gz + sha256sums = c09de56290589f5d66592d79acdfb8b70e76deab6df590715e4556c6d2d2068c pkgname = gpodder ===================================== PKGBUILD ===================================== @@ -2,30 +2,26 @@ # Contributor: Jan Magnus Brevik <janmbre...@gmail.com> pkgname=gpodder -pkgver=3.11.4 -pkgrel=5 +pkgver=3.11.5 +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' 'python-setuptools') +makedepends=('intltool' 'python-build' 'python-installer' 'python-setuptools') optdepends=('libnotify: Gtk+ Desktop Notifications extension' 'python-mutagen: Tag downloaded files, Remove cover art from OGG files extensions' 'webkit2gtk: HTML show notes' 'yt-dlp: Youtube-dl extension') -source=("https://github.com/gpodder/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz" - "gpodder-3_11_4-fix-imp-module.patch::https://github.com/gpodder/gpodder/commit/dd9b594d24a541c0f1d3b096e47b6d7f1c11ca7e.patch") -sha256sums=('8022a6c29157dc287b5661f8915d04404767c33b6858e8d1a6c728904f8dae55' - '974704a51dff3d5b727fe897e72e8d7994715f9a55d4dd0ca3a2f4742a950609') +source=("https://github.com/gpodder/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz") +sha256sums=('c09de56290589f5d66592d79acdfb8b70e76deab6df590715e4556c6d2d2068c') 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 - - patch -Np1 < "${srcdir}/gpodder-3_11_4-fix-imp-module.patch" } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gpodder/-/commit/dd4121709e0c10a6a63c97185abbfb593f08c20e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gpodder/-/commit/dd4121709e0c10a6a63c97185abbfb593f08c20e You're receiving this email because of your account on gitlab.archlinux.org.