summaryrefslogtreecommitdiff
path: root/repo/system
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system')
-rw-r--r--repo/system/libpipeline.xibuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/libpipeline.xibuild b/repo/system/libpipeline.xibuild
index f01250c..12420b7 100644
--- a/repo/system/libpipeline.xibuild
+++ b/repo/system/libpipeline.xibuild
@@ -3,11 +3,11 @@
MAKEDEPS=(make )
DEPS=(glibc)
-SOURCE=https://gitlab.com/cjwatson/libpipeline
+PKG_VER=1.5.5
+SOURCE=http://download.savannah.nongnu.org/releases/libpipeline/libpipeline-$PKG_VER.tar.gz
DESC="A library for manipulating pipelines of subprocesses in a flexible and convenient way"
build () {
- ./bootstrap
./configure --prefix=/usr
make
}