aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-21 23:49:38 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-21 23:55:03 +0100
commit63ed47c009a949274dcc4b053ecda1cbd005e097 (patch)
treedd8359843e87d206acad6d003e282e26c787490b
parent3e68e5bc0e0c54154c52b8b30cef913fedb2f9f9 (diff)
downloadalpine_aports-63ed47c009a949274dcc4b053ecda1cbd005e097.tar.bz2
alpine_aports-63ed47c009a949274dcc4b053ecda1cbd005e097.tar.xz
alpine_aports-63ed47c009a949274dcc4b053ecda1cbd005e097.zip
main/util-linux: upgrade to 2.35
-rw-r--r--main/util-linux/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/main/util-linux/APKBUILD b/main/util-linux/APKBUILD
index 57b7dab942..5dba0e0cff 100644
--- a/main/util-linux/APKBUILD
+++ b/main/util-linux/APKBUILD
@@ -2,14 +2,14 @@
2# Contributor: Leonardo Arena <rnalrd@alpinelinux.org> 2# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
3# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 3# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
4pkgname=util-linux 4pkgname=util-linux
5pkgver=2.34 5pkgver=2.35
6 6
7case $pkgver in 7case $pkgver in
8 *.*.*) _v=${pkgver%.*};; 8 *.*.*) _v=${pkgver%.*};;
9 *.*) _v=$pkgver;; 9 *.*) _v=$pkgver;;
10esac 10esac
11 11
12pkgrel=1 12pkgrel=0
13pkgdesc="Random collection of Linux utilities" 13pkgdesc="Random collection of Linux utilities"
14url="https://git.kernel.org/cgit/utils/util-linux/util-linux.git" 14url="https://git.kernel.org/cgit/utils/util-linux/util-linux.git"
15arch="all" 15arch="all"
@@ -36,15 +36,12 @@ replaces="e2fsprogs util-linux-ng"
36prepare() { 36prepare() {
37 default_prepare 37 default_prepare
38 38
39 cd "$builddir"
40 cp "$srcdir"/ttydefaults.h include/ 39 cp "$srcdir"/ttydefaults.h include/
41 libtoolize --force && aclocal -I m4 && autoconf \ 40 libtoolize --force && aclocal -I m4 && autoconf \
42 && automake --add-missing 41 && automake --add-missing
43} 42}
44 43
45build() { 44build() {
46 cd "$builddir"
47
48 # login utils are provided by shadow (with PAM) or busybox (no PAM) --nenolod 45 # login utils are provided by shadow (with PAM) or busybox (no PAM) --nenolod
49 ./configure \ 46 ./configure \
50 --build=$CBUILD \ 47 --build=$CBUILD \
@@ -170,5 +167,5 @@ _py3() {
170 mv "$pkgdir"/usr/lib/python* "$subpkgdir"/usr/lib/ 167 mv "$pkgdir"/usr/lib/python* "$subpkgdir"/usr/lib/
171} 168}
172 169
173sha512sums="2d0b76f63d32e7afb7acf61a83fabbfd58baa34ab78b3a331ce87f9c676a5fd71c56a493ded95039540d2c46b6048caaa38d7fb4491eb3d52d7b09dc54655cd7 util-linux-2.34.tar.xz 170sha512sums="c95d26b9037d6b877a247e6aeb58d17aa80f7e1bd6b523a4e0fde559fe07b3d924ece6d373300fefb65d1f206b3f990aeddb3a03605040e72ce6d6ee88591021 util-linux-2.35.tar.xz
174876bb9041eca1b2cca1e9aac898f282db576f7860aba690a95c0ac629d7c5b2cdeccba504dda87ff55c2a10b67165985ce16ca41a0694a267507e1e0cafd46d9 ttydefaults.h" 171876bb9041eca1b2cca1e9aac898f282db576f7860aba690a95c0ac629d7c5b2cdeccba504dda87ff55c2a10b67165985ce16ca41a0694a267507e1e0cafd46d9 ttydefaults.h"