From 69fcf2d6ef71b33a4b146796468452a8377d7dff Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 18 Jun 2018 22:13:33 -0500 Subject: system/debianutils: [PD] bump, fix provider priority and arch of which --- system/debianutils/APKBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'system/debianutils/APKBUILD') diff --git a/system/debianutils/APKBUILD b/system/debianutils/APKBUILD index efaed9cdb..c77f146a3 100644 --- a/system/debianutils/APKBUILD +++ b/system/debianutils/APKBUILD @@ -1,17 +1,17 @@ # Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=debianutils -pkgver=4.8.1.1 -pkgrel=2 +pkgver=4.8.6 +pkgrel=0 pkgdesc="Useful utilities from Debian" url="https://packages.qa.debian.org/d/debianutils.html" arch="all" options="!check" # No test suite. -license="BSD-3 GPL-2.0" +license="BSD-3-Clause AND GPL-2.0+" depends="coreutils mawk" # awk, cat, and rm are required by add-shell makedepends="grep" # early package, declare these install="" -subpackages="$pkgname-doc $pkgname-which" +subpackages="$pkgname-doc $pkgname-which::noarch" source="http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_${pkgver}.tar.xz" build() { @@ -32,8 +32,9 @@ package() { } which() { + provides_priority="10" mkdir -p "$subpkgdir"/usr/bin mv "$pkgdir"/usr/bin/which "$subpkgdir"/usr/bin/ } -sha512sums="22f27692a7d3847fad1be223d73e5575581db8621771e92e68fe91bd31e67084fd655fef857905be46ab3a45340503b0af9399b8fe28f221ea5cee4b49970821 debianutils_4.8.1.1.tar.xz" +sha512sums="5913729cc3c56962e8939b71803258952df0d7204df8090a7504fbefc7f5d1da8e749d606fe23148ea3294909ef172bc1f4f821690169e861729caab70921a2f debianutils_4.8.6.tar.xz" -- cgit v1.2.3-60-g2f50