upg file
This commit is contained in:
parent
4b96e1acf1
commit
c3e2b89577
4 changed files with 20 additions and 6 deletions
|
@ -1,5 +1,12 @@
|
|||
#!/usr/bin/bash
|
||||
# JOBoRun : Jwm OpenBox Obarun RUNit
|
||||
# Maintainer : Joe Bo Run <joborun@disroot.org>
|
||||
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
|
||||
# Website : https://pozol.eu
|
||||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=file
|
||||
pkgver=5.41
|
||||
pkgver=5.42
|
||||
pkgrel=01
|
||||
pkgdesc='File type identification utility'
|
||||
arch=('x86_64')
|
||||
|
@ -49,9 +56,11 @@ package() {
|
|||
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||
}
|
||||
|
||||
#---- license gpg-key sha256sums ----
|
||||
|
||||
license=('custom')
|
||||
|
||||
validpgpkeys=('BE04995BA8F90ED0C0C176C471112AB16CB33B3A') # Christos Zoulas
|
||||
|
||||
sha256sums=('13e532c7b364f7d57e23dfeea3147103150cb90593a57af86c10e4f6e411603f' # file-5.41.tar.gz
|
||||
'9133957dbbc1328e5ef7141bc122af461e847e12ed8fed00422e6f3fe5f55b44') # file-5.41.tar.gz.asc
|
||||
sha256sums=(c076fb4d029c74073f15c43361ef572cfb868407d347190ba834af3b1639b0e4 # file-5.42.tar.gz
|
||||
a19648a484f356b53aa9a486442438bb03b679f32c03011b31c466627bfcec12) # file-5.42.tar.gz.asc
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Contributor: Andreas Radke <andyrtr@archlinux.org>
|
||||
|
||||
pkgname=file
|
||||
pkgver=5.41
|
||||
pkgver=5.42
|
||||
pkgrel=1
|
||||
pkgdesc='File type identification utility'
|
||||
arch=('x86_64')
|
||||
|
@ -15,7 +15,7 @@ provides=('libmagic.so')
|
|||
options=('!emptydirs')
|
||||
source=("https://astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
|
||||
validpgpkeys=('BE04995BA8F90ED0C0C176C471112AB16CB33B3A') # Christos Zoulas
|
||||
sha256sums=('13e532c7b364f7d57e23dfeea3147103150cb90593a57af86c10e4f6e411603f'
|
||||
sha256sums=('c076fb4d029c74073f15c43361ef572cfb868407d347190ba834af3b1639b0e4'
|
||||
'SKIP')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
|
||||
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
18.6s
|
||||
|
||||
real 0m13.418s
|
||||
user 0m19.519s
|
||||
sys 0m2.058s
|
||||
|
||||
|
|
Loading…
Reference in a new issue