aboutsummaryrefslogtreecommitdiffstats
path: root/dist/archlinux/stable/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-04-02 16:03:56 +0200
committerMattias Andrée <maandree@operamail.com>2015-04-02 16:03:56 +0200
commitffe6b25690e9fb08e43756e9e3b8326b1dcc2459 (patch)
tree78c37f511cc5880ebb02886df2893f010886b210 /dist/archlinux/stable/PKGBUILD
parentm todo (diff)
downloadxpybar-ffe6b25690e9fb08e43756e9e3b8326b1dcc2459.tar.gz
xpybar-ffe6b25690e9fb08e43756e9e3b8326b1dcc2459.tar.bz2
xpybar-ffe6b25690e9fb08e43756e9e3b8326b1dcc2459.tar.xz
update dist
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'dist/archlinux/stable/PKGBUILD')
-rw-r--r--dist/archlinux/stable/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index 66ffa58..299d674 100644
--- a/dist/archlinux/stable/PKGBUILD
+++ b/dist/archlinux/stable/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=xpybar
-pkgver=1.10
-pkgrel=2
+pkgver=1.11
+pkgrel=1
pkgdesc="A highly extensible minimalistic dock panel configured in Python 3"
arch=(any)
url="https://github.com/maandree/xpybar"
@@ -14,10 +14,13 @@ optdepends=("linux: most of the monitors require Linux's procfs or sysfs"
"hdparm: hdparm: for hdparm support"
"python-pytz: for timezone support"
"python-sysv-ipc: for ropty example"
- "iputils: for ping support")
+ "iputils: for ping support"
+ "inotify-tools: for inotify support"
+ "alarm: for limiting the time of a file search in locks"
+ "findutils: for file search in locks")
makedepends=(make coreutils sed zip)
source=($url/archive/$pkgver.tar.gz)
-sha256sums=(d0dc4ed6649a4edf2c85f272a880e09105c017222d793fff67aa3c4af1616286)
+sha256sums=(76c635ad7e79cfea68432912dbe4b251a6ca1fdbaf894c9e2ebc20e97e3a4375)
build() {