diff options
author | davidovski <david@davidovski.xyz> | 2022-01-09 21:22:35 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-09 21:22:35 +0000 |
commit | b782fe9d01f2c28491ce3957eb8fc7501611b512 (patch) | |
tree | e76fe5aeb1d2abe54625f6b7dfb8f98b810a6e4e | |
parent | 94a948f258828ef3042ba98a71d7f71edb5fa5b6 (diff) |
fixed procps-ng to use standard package
-rw-r--r-- | repo/core/procps-ng.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/core/procps-ng.xibuild b/repo/core/procps-ng.xibuild index 34d49cf..a5748ec 100644 --- a/repo/core/procps-ng.xibuild +++ b/repo/core/procps-ng.xibuild @@ -2,8 +2,7 @@ DEPS=(glibc ncurses) -SOURCE=https://gitlab.com/procps-ng/procps -BRANCH=v3.3.17 +SOURCE=https://sourceforge.net/projects/procps-ng/files/Production/procps-ng-3.3.17.tar.xz DESC="Utilities for monitoring your system and its processes" build () { @@ -12,5 +11,6 @@ build () { --disable-static \ --disable-kill make + make check make DESTDIR=$PKG_DEST install } |