Merge pull request #4389 from lazka/xz-fix-liblzma-deps
xz: remove unneeded dependencies
This commit is contained in:
commit
1bbdf7b3d1
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=('xz' 'liblzma' 'liblzma-devel')
|
pkgname=('xz' 'liblzma' 'liblzma-devel')
|
||||||
pkgver=5.4.6
|
pkgver=5.4.6
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Library and command line tools for XZ and LZMA compressed files'
|
pkgdesc='Library and command line tools for XZ and LZMA compressed files'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='https://tukaani.org/xz/'
|
url='https://tukaani.org/xz/'
|
||||||
@ -56,6 +56,7 @@ package_xz() {
|
|||||||
package_liblzma() {
|
package_liblzma() {
|
||||||
pkgdesc="Library for XZ and LZMA compressed files"
|
pkgdesc="Library for XZ and LZMA compressed files"
|
||||||
groups=('libraries')
|
groups=('libraries')
|
||||||
|
depends=()
|
||||||
|
|
||||||
mkdir -p ${pkgdir}/usr/bin
|
mkdir -p ${pkgdir}/usr/bin
|
||||||
cp -f ${srcdir}/dest/usr/bin/*.dll ${pkgdir}/usr/bin/
|
cp -f ${srcdir}/dest/usr/bin/*.dll ${pkgdir}/usr/bin/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user