aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-07 03:50:53 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-08 10:55:36 +0000
commit60355b95fc65e9a1cd37aca21d9886ba8dc7288b (patch)
treefc6103e08406b830d1d2b0ec5f5cfd1ce261a18f
parentad12099ef3cc57cdf124c3b9b7e7e76bbbb9b562 (diff)
downloadalpine_aports-60355b95fc65e9a1cd37aca21d9886ba8dc7288b.tar.bz2
alpine_aports-60355b95fc65e9a1cd37aca21d9886ba8dc7288b.tar.xz
alpine_aports-60355b95fc65e9a1cd37aca21d9886ba8dc7288b.zip
testing/libpipeline: upgrade to 1.5.1
-rw-r--r--testing/libpipeline/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/testing/libpipeline/APKBUILD b/testing/libpipeline/APKBUILD
index 4265d69ae9..c713c48668 100644
--- a/testing/libpipeline/APKBUILD
+++ b/testing/libpipeline/APKBUILD
@@ -1,7 +1,7 @@
1# Contributor: A. Wilcox <awilfox@adelielinux.org> 1# Contributor: A. Wilcox <awilfox@adelielinux.org>
2# Maintainer: A. Wilcox <awilfox@adelielinux.org> 2# Maintainer: Leo <thinkabit.ukim@gmail.com>
3pkgname=libpipeline 3pkgname=libpipeline
4pkgver=1.5.0 4pkgver=1.5.1
5pkgrel=0 5pkgrel=0
6pkgdesc="C pipeline manipulation library" 6pkgdesc="C pipeline manipulation library"
7url="http://libpipeline.nongnu.org/" 7url="http://libpipeline.nongnu.org/"
@@ -9,10 +9,9 @@ arch="all"
9license="GPL-3.0-or-later" 9license="GPL-3.0-or-later"
10checkdepends="check-dev" 10checkdepends="check-dev"
11subpackages="$pkgname-dev $pkgname-doc" 11subpackages="$pkgname-dev $pkgname-doc"
12source="http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz" 12source="https://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
13 13
14build() { 14build() {
15 cd "$builddir"
16 ./configure \ 15 ./configure \
17 --build=$CBUILD \ 16 --build=$CBUILD \
18 --host=$CHOST \ 17 --host=$CHOST \
@@ -24,13 +23,11 @@ build() {
24} 23}
25 24
26package() { 25package() {
27 cd "$builddir"
28 make DESTDIR="$pkgdir" install 26 make DESTDIR="$pkgdir" install
29} 27}
30 28
31check() { 29check() {
32 cd "$builddir"
33 make check 30 make check
34} 31}
35 32
36sha512sums="4b4d4a4ac347065d89e2092a00f744932422292a014c7176a4b7c4d2e8fb9d2165a3378d9e93b6899e11f80417b9a8c5c4785dab2f3113e33ffa61265e4c9117 libpipeline-1.5.0.tar.gz" 33sha512sums="9252c114bc59925eaf73ec9e8bb76b5649ccf985766edd2dc665630ec6de04c341298c74f8dc31c56e9ce20ad83da59df33eb3cc367e18a8012fd693cb823de6 libpipeline-1.5.1.tar.gz"