diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/outils/APKBUILD | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/testing/outils/APKBUILD b/testing/outils/APKBUILD index 89d9049d2f..4de1e502fb 100644 --- a/testing/outils/APKBUILD +++ b/testing/outils/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=outils pkgver=0.3 -pkgrel=1 +pkgrel=2 pkgdesc="Port of some non-standard OpenBSD tools to Linux" url="https://github.com/chneukirchen/outils" arch="all" @@ -34,13 +34,6 @@ package() { # Don't conflict with main/coreutils. rm -f "$pkgdir"/usr/bin/cksum || return 1 rm -f "$pkgdir"/usr/share/man/man1/cksum.1 || return 1 - - # Don't conflict with main/openssl. - # TODO: In the long run this conflict should be - # resolved in the openssl package instead. - for man in md5 sha1 sha256 sha512; do - rm -f "$pkgdir"/usr/share/man/man1/${man}.1 || return 1 - done } md5sums="cb5d6274c78fd5dab8d5612668db08a3 outils-0.3.tar.gz" |