From ecb03e70dc7ac85e2d2fffa015e4fbfd3308d378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Fri, 29 Nov 2024 07:20:16 +0100 Subject: [PATCH] file: update to 5.46 --- file/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/file/PKGBUILD b/file/PKGBUILD index cf4fe9f3..c38d3267 100644 --- a/file/PKGBUILD +++ b/file/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Alexey Pavlov pkgname=file -pkgver=5.45 -pkgrel=3 +pkgver=5.46 +pkgrel=1 pkgdesc="File type identification utility" arch=('i686' 'x86_64') license=('custom') @@ -14,7 +14,7 @@ depends=('gcc-libs' 'zlib' 'libbz2' 'liblzma' 'libzstd') makedepends=('python' 'zlib-devel' 'libbz2-devel' 'liblzma-devel' 'libzstd-devel' 'autotools' 'gcc') options=('!libtool') source=("https://astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}) -sha256sums=('fc97f51029bb0e2c9f4e3bffefdaf678f0e039ee872b9de5c002a6d09c784d82' +sha256sums=('c9cc77c7c560c543135edc555af609d5619dbef011997e988ce40a3d75d86088' 'SKIP') validpgpkeys=('BE04995BA8F90ED0C0C176C471112AB16CB33B3A') # Christos Zoulas