diff options
Diffstat (limited to 'file/Pkgfile')
-rw-r--r-- | file/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/file/Pkgfile b/file/Pkgfile index d88d0062..826b7a49 100644 --- a/file/Pkgfile +++ b/file/Pkgfile @@ -1,16 +1,15 @@ # Description: File type identification utility # URL: https://www.darwinsys.com/file/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: zlib +# Depends on: bzip2 zstd name=file -version=5.43 +version=5.44 release=1 source=(http://www.astron.com/pub/file/$name-$version.tar.gz) build() { cd file-$version - autoreconf -vfi ./configure \ --prefix=/usr \ --enable-fsect-man5 \ |