Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / gpodder
Commits: 92e923d8 by Antonio Rojas at 2023-10-09T22:34:49+02:00 upgpkg: 3.11.3-1: Update to 3.11.3 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,23 @@ +pkgbase = gpodder + pkgdesc = Podcast client written in Python using GTK + pkgver = 3.11.3 + pkgrel = 1 + url = https://gpodder.github.io/ + arch = any + license = GPL3 + makedepends = intltool + depends = gtk3 + depends = python-cairo + depends = dbus-python + depends = python-gobject + depends = python-mygpoclient + depends = python-podcastparser + depends = python-requests + optdepends = libnotify: Gtk+ Desktop Notifications extension + optdepends = python-mutagen: Tag downloaded files, Remove cover art from OGG files extensions + optdepends = webkit2gtk: HTML show notes + optdepends = youtube-dl: Youtube-dl extension + source = https://github.com/gpodder/gpodder/archive/3.11.3/gpodder-3.11.3.tar.gz + sha256sums = 9528edb38666e6fc52c904308f1467d6155a1bb5c7fd61da13535dea62071731 + +pkgname = gpodder ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Jan Magnus Brevik <[email protected]> pkgname=gpodder -pkgver=3.11.2 +pkgver=3.11.3 pkgrel=1 pkgdesc='Podcast client written in Python using GTK' arch=('any') @@ -16,7 +16,7 @@ optdepends=('libnotify: Gtk+ Desktop Notifications extension' 'webkit2gtk: HTML show notes' 'youtube-dl: Youtube-dl extension') source=("https://github.com/gpodder/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('a8e7eb3778698c63e9ff2066253746644428573654edcfd21e46bebdc57f5d28') +sha256sums=('9528edb38666e6fc52c904308f1467d6155a1bb5c7fd61da13535dea62071731') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gpodder/-/commit/92e923d85bbce0489a13f447b3683b695689a286 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gpodder/-/commit/92e923d85bbce0489a13f447b3683b695689a286 You're receiving this email because of your account on gitlab.archlinux.org.
