upg file
This commit is contained in:
parent
9fb0715cf5
commit
fb3c18eb36
2 changed files with 11 additions and 11 deletions
|
@ -6,10 +6,9 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=file
|
||||
pkgver=5.44
|
||||
pkgrel=03
|
||||
pkgver=5.45
|
||||
pkgrel=01
|
||||
pkgdesc='File type identification utility'
|
||||
arch=('x86_64')
|
||||
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')
|
||||
|
@ -60,15 +59,16 @@ package() {
|
|||
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||
}
|
||||
|
||||
#---- license gpg-key sha256sums ----
|
||||
#---- arch license gpg-key & sha256sums ----
|
||||
|
||||
arch=(x86_64)
|
||||
|
||||
license=('custom')
|
||||
|
||||
validpgpkeys=('BE04995BA8F90ED0C0C176C471112AB16CB33B3A') # Christos Zoulas
|
||||
|
||||
sha256sums=(3751c7fba8dbc831cb8d7cc8aff21035459b8ce5155ef8b0880a27d028475f3b # file-5.44.tar.gz
|
||||
cdd81e85ecf88c664b6d66ce2b7fc8acfff369c03524a846dc5b52cb6fb612b9) # file-5.44.tar.gz.asc
|
||||
|
||||
## dd768927798e4b415bf09ab5a730df84cb19d3dcfb75e79b16bfa4df4f4d4d2b file-5.44-03-x86_64.pkg.tar.lz
|
||||
sha256sums=(fc97f51029bb0e2c9f4e3bffefdaf678f0e039ee872b9de5c002a6d09c784d82 # file-5.45.tar.gz
|
||||
34af47be1584ed99529c21a916444bbce4caf1ca289b241d8e649f7fdd9e3ec6) # file-5.45.tar.gz.asc
|
||||
|
||||
## 13b8f10b8f85e6d469baf224d8b3f2f8490ae395e6ba63963c6212eb1338db05 file-5.45-01-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
# Contributor: Andreas Radke <andyrtr@archlinux.org>
|
||||
|
||||
pkgname=file
|
||||
pkgver=5.44
|
||||
pkgrel=3
|
||||
pkgver=5.45
|
||||
pkgrel=1
|
||||
pkgdesc='File type identification utility'
|
||||
arch=('x86_64')
|
||||
license=('custom')
|
||||
|
@ -14,7 +14,7 @@ provides=('libmagic.so')
|
|||
options=('!emptydirs')
|
||||
source=("https://astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
|
||||
validpgpkeys=('BE04995BA8F90ED0C0C176C471112AB16CB33B3A') # Christos Zoulas
|
||||
sha256sums=('3751c7fba8dbc831cb8d7cc8aff21035459b8ce5155ef8b0880a27d028475f3b'
|
||||
sha256sums=('fc97f51029bb0e2c9f4e3bffefdaf678f0e039ee872b9de5c002a6d09c784d82'
|
||||
'SKIP')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue