From b782fe9d01f2c28491ce3957eb8fc7501611b512 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 9 Jan 2022 21:22:35 +0000 Subject: fixed procps-ng to use standard package --- repo/core/procps-ng.xibuild | 4 ++-- 1 file 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 } -- cgit v1.2.1