summaryrefslogtreecommitdiff
path: root/system/libarchive
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-03-27 18:12:14 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-03-27 18:12:14 -0500
commite01ecaa569cf9d1343a0c43f6467454e99d0b068 (patch)
tree57ea8ef726e3c6cbc55681d0cd504f31a9f350d1 /system/libarchive
parente00d38acb1b3eac65fe400106b98cb3ef860a8c0 (diff)
downloadpackages-e01ecaa569cf9d1343a0c43f6467454e99d0b068.tar.gz
packages-e01ecaa569cf9d1343a0c43f6467454e99d0b068.tar.bz2
packages-e01ecaa569cf9d1343a0c43f6467454e99d0b068.tar.xz
packages-e01ecaa569cf9d1343a0c43f6467454e99d0b068.zip
system/libarchive: don't provide cpio any more, we have a better one
Diffstat (limited to 'system/libarchive')
-rw-r--r--system/libarchive/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/system/libarchive/APKBUILD b/system/libarchive/APKBUILD
index f7d4aa2c4..a8310cbd4 100644
--- a/system/libarchive/APKBUILD
+++ b/system/libarchive/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libarchive
pkgver=3.3.2
-pkgrel=2
+pkgrel=3
pkgdesc="library that can create and read several streaming archive formats"
url="http://libarchive.org/"
arch="all"
@@ -48,7 +48,6 @@ tools() {
mkdir -p "$subpkgdir"/usr/
mv "$pkgdir"/usr/bin "$subpkgdir"/usr/
ln -s bsdtar "$subpkgdir"/usr/bin/tar
- ln -s bsdcpio "$subpkgdir"/usr/bin/cpio
}
sha512sums="1e538cd7d492f54b11c16c56f12c1632ba14302a3737ec0db786272aec0c8020f1e27616a7654d57e26737e5ed9bfc9a62f1fdda61a95c39eb726aa7c2f673e4 libarchive-3.3.2.tar.gz