diff options
Diffstat (limited to 'dist/pacman/PKGBUILD')
-rw-r--r-- | dist/pacman/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/pacman/PKGBUILD b/dist/pacman/PKGBUILD index 5a1242c..a4be308 100644 --- a/dist/pacman/PKGBUILD +++ b/dist/pacman/PKGBUILD @@ -6,7 +6,7 @@ pkgdesc='Simple Linux status web page' arch=(any) url='https://github.com/egor-tensin/linux-status' license=(MIT) -depends=(python systemd) +depends=(procps-ng python systemd) source=("$pkgname-$pkgver.tar.gz::$url/archive/master.tar.gz") md5sums=(SKIP) |