[arch-commits] Commit in py3status/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat Jan 11 12:58:33 UTC 2020
Date: Saturday, January 11, 2020 @ 12:58:33
Author: foxboron
Revision: 551895
upgpkg: py3status 3.24-1
Modified:
py3status/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-11 12:53:54 UTC (rev 551894)
+++ PKGBUILD 2020-01-11 12:58:33 UTC (rev 551895)
@@ -4,7 +4,7 @@
# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=py3status
-pkgver=3.23
+pkgver=3.24
pkgrel=1
pkgdesc="An extensible i3status replacement/wrapper written in python"
url="https://www.ultrabug.fr/tag/py3status/"
@@ -19,7 +19,7 @@
'python-tzlocal: for modules that need time zone info'
'pacman-contrib: for the arch_updates module')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ultrabug/py3status/archive/$pkgver.tar.gz")
-sha256sums=('e94d66770a9a0cd97ab480b7a92e5392b8e037e3d5ee3bb3cb070d6becc99c12')
+sha256sums=('59527bb01e12d9f4cedcb811f0f41497ef028555ee91469e2b9ab4d66f80553d')
build() {
cd "$pkgname-$pkgver"
@@ -26,10 +26,10 @@
python setup.py build
}
-# check() {
-# cd "$pkgname-$pkgver"
-# python setup.py pytest
-# }
+check() {
+ cd "$pkgname-$pkgver"
+ python setup.py pytest
+}
package() {
cd "$pkgname-$pkgver"
More information about the arch-commits
mailing list