Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / gpodder
Commits: 682bca22 by Christian Heusel at 2024-04-08T11:52:19+02:00 upgpkg: 3.11.4-3: Rebuild for python 3.12 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,11 +1,12 @@ pkgbase = gpodder pkgdesc = Podcast client written in Python using GTK pkgver = 3.11.4 - pkgrel = 2 + pkgrel = 3 url = https://gpodder.github.io/ arch = any license = GPL3 makedepends = intltool + makedepends = python-setuptools depends = gtk3 depends = python-cairo depends = dbus-python ===================================== PKGBUILD ===================================== @@ -3,14 +3,14 @@ pkgname=gpodder pkgver=3.11.4 -pkgrel=2 +pkgrel=3 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') +makedepends=('intltool' 'python-setuptools') optdepends=('libnotify: Gtk+ Desktop Notifications extension' 'python-mutagen: Tag downloaded files, Remove cover art from OGG files extensions' 'webkit2gtk: HTML show notes' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gpodder/-/commit/682bca227aeac042c134f6113da87c9099c4c095 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gpodder/-/commit/682bca227aeac042c134f6113da87c9099c4c095 You're receiving this email because of your account on gitlab.archlinux.org.