aboutsummaryrefslogtreecommitdiffstats
path: root/dist/archlinux/stable/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-22 13:57:27 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-22 13:57:27 +0100
commit6c89af04fbd13d0bf9707bdc0704d1a117f3d05c (patch)
tree1358effd83836f6a2640487c7d6718fbeba70cc2 /dist/archlinux/stable/PKGBUILD
parentfix bug (diff)
downloadxpybar-6c89af04fbd13d0bf9707bdc0704d1a117f3d05c.tar.gz
xpybar-6c89af04fbd13d0bf9707bdc0704d1a117f3d05c.tar.bz2
xpybar-6c89af04fbd13d0bf9707bdc0704d1a117f3d05c.tar.xz
fix race condition + forgot to update dist
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'dist/archlinux/stable/PKGBUILD')
-rw-r--r--dist/archlinux/stable/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index 0971b7c..eecd7a5 100644
--- a/dist/archlinux/stable/PKGBUILD
+++ b/dist/archlinux/stable/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=xpybar
-pkgver=1.4
+pkgver=1.4.1
pkgrel=1
pkgdesc="A highly extensible minimalistic dock panel written in Python 3"
arch=(any)
@@ -15,7 +15,7 @@ optdepends=("linux: most of the monitors require Linux's procfs or sysfs"
"python-pytz: for timezone support")
makedepends=(make coreutils sed zip)
source=($url/archive/$pkgver.tar.gz)
-sha256sums=(1b2ab7b7b349ba5889bebacfc66251dff17fcba55dc3f1002e0c36b2a712fe8a)
+sha256sums=(e50a6cc1022f01608195193deb73a704efa8bdd7a33ed89643a0e9390b5bf33f)
build() {