diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-10-12 19:42:30 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-10-12 19:48:02 +0200 |
commit | 92e712faee2968b8119bd604eac336e6bcb70fcc (patch) | |
tree | acc8ba4fa4dd467ef04c9221891c1ab395d4cdf5 /testing | |
parent | 433f534215a35f77d7228a3877d5e3b84d0325c5 (diff) | |
download | aports-92e712faee2968b8119bd604eac336e6bcb70fcc.tar.bz2 aports-92e712faee2968b8119bd604eac336e6bcb70fcc.tar.xz |
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.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/howard-bc/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
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, |