Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
py3status
Commits:
80ccd286 by Robin Candau at 2024-03-26T18:47:55+01:00
upgpkg: 3.57-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = py3status
pkgdesc = An extensible i3status replacement/wrapper written in python
- pkgver = 3.56
+ pkgver = 3.57
pkgrel = 1
url = https://ultrabug.github.io/py3status/
arch = any
@@ -12,6 +12,7 @@ pkgbase = py3status
makedepends = python-hatch
depends = python
depends = python-setuptools
+ depends = glib2
optdepends = i3status: for i3status modules
optdepends = i3blocks: for i3blocks modules
optdepends = iw: for the wifi module
@@ -21,9 +22,9 @@ pkgbase = py3status
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.56.tar.gz::https://github.com/ultrabug/py3status/archive/refs/tags/3.56.tar.gz
+ source =
py3status-3.57.tar.gz::https://github.com/ultrabug/py3status/archive/refs/tags/3.57.tar.gz
source = py3status-refresh-arch_updates.hook
- sha256sums =
e5d6722d29a09bafc9d21f0dade99b45c2324b64440f47178818daee2c6f324c
+ sha256sums =
a3954d0d108b220fd6c65c7b4d6fa88f2c2e10cecb5429723013ea7d3447c1e6
sha256sums =
af8725c17cd985a60e2801dd62ca32b26dbd547b279c2e1483793096043bc626
pkgname = py3status
=====================================
PKGBUILD
=====================================
@@ -6,13 +6,13 @@
# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=py3status
-pkgver=3.56
+pkgver=3.57
pkgrel=1
pkgdesc="An extensible i3status replacement/wrapper written in python"
url="https://ultrabug.github.io/py3status/"
arch=('any')
license=('BSD-3-Clause')
-depends=('python' 'python-setuptools')
+depends=('python' 'python-setuptools' 'glib2')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-hatch')
checkdepends=('python-pytest')
optdepends=('i3status: for i3status modules'
@@ -26,7 +26,7 @@ optdepends=('i3status: for i3status modules'
'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=('e5d6722d29a09bafc9d21f0dade99b45c2324b64440f47178818daee2c6f324c'
+sha256sums=('a3954d0d108b220fd6c65c7b4d6fa88f2c2e10cecb5429723013ea7d3447c1e6'
'af8725c17cd985a60e2801dd62ca32b26dbd547b279c2e1483793096043bc626')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/py3status/-/commit/80ccd286436c5375c148de9b861705bc072abff6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/py3status/-/commit/80ccd286436c5375c148de9b861705bc072abff6
You're receiving this email because of your account on gitlab.archlinux.org.