From d7c37ffdadd8513f84a16b1565a5f9df75e37af2 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 31 Jan 2024 22:26:34 +0100 Subject: [PATCH] xz: remove unneeded dependencies It was inheriting them from pkgbase, but it's only depending on the runtime and nothing more. --- xz/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xz/PKGBUILD b/xz/PKGBUILD index 97279267..6c307124 100644 --- a/xz/PKGBUILD +++ b/xz/PKGBUILD @@ -2,7 +2,7 @@ pkgname=('xz' 'liblzma' 'liblzma-devel') pkgver=5.4.6 -pkgrel=1 +pkgrel=2 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('i686' 'x86_64') url='https://tukaani.org/xz/' @@ -56,6 +56,7 @@ package_xz() { package_liblzma() { pkgdesc="Library for XZ and LZMA compressed files" groups=('libraries') + depends=() mkdir -p ${pkgdir}/usr/bin cp -f ${srcdir}/dest/usr/bin/*.dll ${pkgdir}/usr/bin/