aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-12-08 14:47:28 +0100
committerMattias Andrée <maandree@operamail.com>2014-12-08 14:47:28 +0100
commit6147ab26118161f79252aee33593964faa5aa308 (patch)
tree66267309651d7ae31e35b97e4249c8b131361c45
parentadd ping monitor (diff)
downloadxpybar-6147ab26118161f79252aee33593964faa5aa308.tar.gz
xpybar-6147ab26118161f79252aee33593964faa5aa308.tar.bz2
xpybar-6147ab26118161f79252aee33593964faa5aa308.tar.xz
add missing deps
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--DEPENDENCIES1
-rw-r--r--dist/archlinux/stable/PKGBUILD6
2 files changed, 5 insertions, 2 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 13bef6c..fd0f7ac 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -14,6 +14,7 @@ OPTIONAL RUNTIME DEPENDENCIES:
hdparm: for hdparm support
python-pytz: for timezone support
python-sysv-ipc: for ropty example
+ iputils: for ping support
BUILD DEPENDENCIES:
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index 5fb8453..741ac1f 100644
--- a/dist/archlinux/stable/PKGBUILD
+++ b/dist/archlinux/stable/PKGBUILD
@@ -12,10 +12,12 @@ optdepends=("linux: most of the monitors require Linux's procfs or sysfs"
"curl: for Internet services"
"python-pyalsaaudio: for ALSA volume control"
"hdparm: hdparm: for hdparm support"
- "python-pytz: for timezone support")
+ "python-pytz: for timezone support"
+ "python-sysv-ipc: for ropty example"
+ "iputils: for ping support")
makedepends=(make coreutils sed zip)
source=($url/archive/$pkgver.tar.gz)
-sha256sums=(xxx)
+sha256sums=(1d447ec421ffa9c377eb469dc7ab0c96b2ec794c9637e3bba57fd24971bbcd35)
build() {