upg file nss
This commit is contained in:
parent
e46e210c1a
commit
d48deeae9b
5 changed files with 13 additions and 14 deletions
|
@ -6,8 +6,8 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=file
|
||||
pkgver=5.42
|
||||
pkgrel=02
|
||||
pkgver=5.43
|
||||
pkgrel=01
|
||||
pkgdesc='File type identification utility'
|
||||
arch=('x86_64')
|
||||
groups=('base-devel')
|
||||
|
@ -63,7 +63,6 @@ license=('custom')
|
|||
|
||||
validpgpkeys=('BE04995BA8F90ED0C0C176C471112AB16CB33B3A') # Christos Zoulas
|
||||
|
||||
sha256sums=(c076fb4d029c74073f15c43361ef572cfb868407d347190ba834af3b1639b0e4 # file-5.42.tar.gz
|
||||
a19648a484f356b53aa9a486442438bb03b679f32c03011b31c466627bfcec12) # file-5.42.tar.gz.asc
|
||||
|
||||
sha256sums=(8c8015e91ae0e8d0321d94c78239892ef9dbc70c4ade0008c0e95894abfb1991 # file-5.43.tar.gz
|
||||
dde8be63c80a6682045621e7182c559c85d41cdde6660daf2428160de7031903) # file-5.43.tar.gz.asc
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
# Contributor: Andreas Radke <andyrtr@archlinux.org>
|
||||
|
||||
pkgname=file
|
||||
pkgver=5.42
|
||||
pkgrel=2
|
||||
pkgver=5.43
|
||||
pkgrel=1
|
||||
pkgdesc='File type identification utility'
|
||||
arch=('x86_64')
|
||||
license=('custom')
|
||||
|
@ -15,7 +15,7 @@ provides=('libmagic.so')
|
|||
options=('!emptydirs' 'debug')
|
||||
source=("https://astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
|
||||
validpgpkeys=('BE04995BA8F90ED0C0C176C471112AB16CB33B3A') # Christos Zoulas
|
||||
sha256sums=('c076fb4d029c74073f15c43361ef572cfb868407d347190ba834af3b1639b0e4'
|
||||
sha256sums=('8c8015e91ae0e8d0321d94c78239892ef9dbc70c4ade0008c0e95894abfb1991'
|
||||
'SKIP')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
|
||||
pkgbase=nss
|
||||
pkgname=(nss ca-certificates-mozilla)
|
||||
pkgver=3.82
|
||||
pkgrel=02
|
||||
pkgver=3.83
|
||||
pkgrel=01
|
||||
pkgdesc="Network Security Services - zstd mandatory here!"
|
||||
|
||||
url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"
|
||||
|
@ -16,7 +16,7 @@ arch=(x86_64)
|
|||
depends=('nspr>=4.34' sqlite zlib sh 'p11-kit>=0.23.19')
|
||||
makedepends=(perl python gyp mercurial)
|
||||
#options=(debug) # uncomment this if you need to build the nss debug pkg
|
||||
_revision=dba0f1c0f2388f75f345ba188cbb99cf04ded59f
|
||||
_revision=25fb4eb2656aa67f850d3456f764753e4f529e61
|
||||
source=("hg+https://hg.mozilla.org/projects/nss#revision=$_revision"
|
||||
certdata2pem.py bundle.sh)
|
||||
|
||||
|
@ -107,3 +107,4 @@ sha256sums=(SKIP # nss
|
|||
d2a1579dae05fd16175fac27ef08b54731ecefdf414085c610179afcf62b096c # certdata2pem.py
|
||||
3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd) # bundle.sh
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgbase=nss
|
||||
pkgname=(nss ca-certificates-mozilla)
|
||||
pkgver=3.82
|
||||
pkgver=3.83
|
||||
pkgrel=1
|
||||
pkgdesc="Network Security Services"
|
||||
url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"
|
||||
|
@ -12,7 +12,7 @@ license=(MPL GPL)
|
|||
depends=('nspr>=4.34' sqlite zlib sh 'p11-kit>=0.23.19')
|
||||
makedepends=(perl python gyp mercurial)
|
||||
options=(debug)
|
||||
_revision=dba0f1c0f2388f75f345ba188cbb99cf04ded59f
|
||||
_revision=25fb4eb2656aa67f850d3456f764753e4f529e61
|
||||
source=("hg+https://hg.mozilla.org/projects/nss#revision=$_revision"
|
||||
certdata2pem.py bundle.sh)
|
||||
sha256sums=('SKIP'
|
||||
|
|
Loading…
Reference in a new issue