diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-04 01:05:56 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-04 01:05:56 +0300 |
commit | 6ce7fd4671aea875d79b15fec996450c3a3e1a23 (patch) | |
tree | f78749eae88e3fb5c1a5f8d173e68d902acf2fdc /dist | |
parent | systemd: don't write __pycache__/ (diff) | |
download | linux-status-6ce7fd4671aea875d79b15fec996450c3a3e1a23.tar.gz linux-status-6ce7fd4671aea875d79b15fec996450c3a3e1a23.zip |
pacman: add dependency on procps-ng
Diffstat (limited to 'dist')
-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) |