Date: Wednesday, February 22, 2023 @ 17:32:39 Author: anthraxx Revision: 469443
upgpkg: file 5.44-3: add missing zstd dependency Fixes https://bugs.archlinux.org/task/77274 Modified: file/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-22 13:11:16 UTC (rev 469442) +++ PKGBUILD 2023-02-22 17:32:39 UTC (rev 469443) @@ -4,12 +4,12 @@ pkgname=file pkgver=5.44 -pkgrel=2 +pkgrel=3 pkgdesc='File type identification utility' arch=('x86_64') license=('custom') url='https://www.darwinsys.com/file/' -depends=('glibc' 'zlib' 'xz' 'bzip2' 'libseccomp' 'libseccomp.so') +depends=('glibc' 'zlib' 'xz' 'bzip2' 'libseccomp' 'libseccomp.so' 'zstd' 'libzstd.so') provides=('libmagic.so') options=('!emptydirs') source=("https://astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
