Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / py3status
Commits: 51ec042f by Robin Candau at 2024-10-24T19:40:00+02:00 upgpkg: 3.60-1: New upstream release https://github.com/ultrabug/py3status/releases/tag/3.60 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = py3status pkgdesc = An extensible i3status replacement/wrapper written in python - pkgver = 3.59 + pkgver = 3.60 pkgrel = 1 url = https://ultrabug.github.io/py3status/ arch = any @@ -16,15 +16,17 @@ pkgbase = py3status optdepends = i3status: for i3status modules optdepends = i3blocks: for i3blocks modules optdepends = iw: for the wifi module + optdepends = playerctl: for the playerctl module + optdepends = python-gobject: needed for the playerctl module optdepends = python-mpris2: for the mpris module optdepends = python-pyudev: for udev event monitoring - optdepends = python-pydbus: for modules that rely on D-Bus + optdepends = python-dbus: for modules that rely on D-Bus optdepends = python-pytz: for the clock module optdepends = python-tzlocal: for the clock module optdepends = pacman-contrib: for the arch_updates module - source = py3status-3.59.tar.gz::https://github.com/ultrabug/py3status/archive/refs/tags/3.59.tar.gz + source = py3status-3.60.tar.gz::https://github.com/ultrabug/py3status/archive/refs/tags/3.60.tar.gz source = py3status-refresh-arch_updates.hook - sha256sums = 4f86ff7fc4f1a2e133675c4ea441feb44c60a3b751f068bc5c9ac8b1f0f80e9c + sha256sums = 9549d0a487f5144f7bf14cf75de835876ef6ca902b8855fc2c80938b72869674 sha256sums = af8725c17cd985a60e2801dd62ca32b26dbd547b279c2e1483793096043bc626 pkgname = py3status ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG pkgname=py3status -pkgver=3.59 +pkgver=3.60 pkgrel=1 pkgdesc="An extensible i3status replacement/wrapper written in python" url="https://ultrabug.github.io/py3status/" @@ -18,15 +18,17 @@ checkdepends=('python-pytest') optdepends=('i3status: for i3status modules' 'i3blocks: for i3blocks modules' 'iw: for the wifi module' + 'playerctl: for the playerctl module' + 'python-gobject: needed for the playerctl module' 'python-mpris2: for the mpris module' 'python-pyudev: for udev event monitoring' - 'python-pydbus: for modules that rely on D-Bus' + 'python-dbus: for modules that rely on D-Bus' 'python-pytz: for the clock module' 'python-tzlocal: for the clock module' 'pacman-contrib: for the arch_updates module') source=("$pkgname-$pkgver.tar.gz::https://github.com/ultrabug/py3status/archive/refs/tags/$pkgver.tar.gz" "$pkgname-refresh-arch_updates.hook") -sha256sums=('4f86ff7fc4f1a2e133675c4ea441feb44c60a3b751f068bc5c9ac8b1f0f80e9c' +sha256sums=('9549d0a487f5144f7bf14cf75de835876ef6ca902b8855fc2c80938b72869674' 'af8725c17cd985a60e2801dd62ca32b26dbd547b279c2e1483793096043bc626') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/py3status/-/commit/51ec042fac7ee56e1cf99fb098cc5dd13d6c4a55 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/py3status/-/commit/51ec042fac7ee56e1cf99fb098cc5dd13d6c4a55 You're receiving this email because of your account on gitlab.archlinux.org.
