Skip to content

Commit

Permalink
xz: remove unneeded dependencies
Browse files Browse the repository at this point in the history
It was inheriting them from pkgbase, but it's only depending
on the runtime and nothing more.
  • Loading branch information
lazka committed Jan 31, 2024
1 parent e18c666 commit d7c37ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xz/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit d7c37ff

Please sign in to comment.