aboutsummaryrefslogtreecommitdiffstats
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)
downloadaports-63ed47c009a949274dcc4b053ecda1cbd005e097.tar.bz2
aports-63ed47c009a949274dcc4b053ecda1cbd005e097.tar.xz
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 @@
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=util-linux
-pkgver=2.34
+pkgver=2.35
case $pkgver in
*.*.*) _v=${pkgver%.*};;
*.*) _v=$pkgver;;
esac
-pkgrel=1
+pkgrel=0
pkgdesc="Random collection of Linux utilities"
url="https://git.kernel.org/cgit/utils/util-linux/util-linux.git"
arch="all"
@@ -36,15 +36,12 @@ replaces="e2fsprogs util-linux-ng"
prepare() {
default_prepare
- cd "$builddir"
cp "$srcdir"/ttydefaults.h include/
libtoolize --force && aclocal -I m4 && autoconf \
&& automake --add-missing
}
build() {
- cd "$builddir"
-
# login utils are provided by shadow (with PAM) or busybox (no PAM) --nenolod
./configure \
--build=$CBUILD \
@@ -170,5 +167,5 @@ _py3() {
mv "$pkgdir"/usr/lib/python* "$subpkgdir"/usr/lib/
}
-sha512sums="2d0b76f63d32e7afb7acf61a83fabbfd58baa34ab78b3a331ce87f9c676a5fd71c56a493ded95039540d2c46b6048caaa38d7fb4491eb3d52d7b09dc54655cd7 util-linux-2.34.tar.xz
+sha512sums="c95d26b9037d6b877a247e6aeb58d17aa80f7e1bd6b523a4e0fde559fe07b3d924ece6d373300fefb65d1f206b3f990aeddb3a03605040e72ce6d6ee88591021 util-linux-2.35.tar.xz
876bb9041eca1b2cca1e9aac898f282db576f7860aba690a95c0ac629d7c5b2cdeccba504dda87ff55c2a10b67165985ce16ca41a0694a267507e1e0cafd46d9 ttydefaults.h"