From 92e712faee2968b8119bd604eac336e6bcb70fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Fri, 12 Oct 2018 19:42:30 +0200 Subject: testing/howard-bc: don't provide bc The APKBUILD author probably intended to conflict with `main/bc` while providing a `bc` meta package at the same time. Unfortunately, doing so would require `main/bc` to be renamed. Otherwise this package is uninstallable since it conflicts with itself. This commit makes this package installable by not providing a `bc` meta package. The alternative solution, renaming `main/bc`, would have been too intrusive. --- testing/howard-bc/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/howard-bc/APKBUILD b/testing/howard-bc/APKBUILD index e0af8dc0f7..6e09949ca7 100644 --- a/testing/howard-bc/APKBUILD +++ b/testing/howard-bc/APKBUILD @@ -3,13 +3,12 @@ pkgname=howard-bc _pkgname=bc pkgver=0.5 -pkgrel=0 +pkgrel=1 pkgdesc="POSIX bc with GNU extensions" url="https://github.com/gavinhoward/bc" arch="all" license="0BSD" depends="!bc" -provides="bc" source="https://github.com/gavinhoward/$_pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.xz" builddir="$srcdir/$_pkgname-$pkgver" # The test suite uses a previously installed version of bc, -- cgit v1.2.3