aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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() {