Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions mingw-w64-nss/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
_realname=nss
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=3.119
pkgver=3.119.1
pkgrel=1
pkgdesc="Mozilla Network Security Services (mingw-w64)"
arch=('any')
Expand All @@ -26,14 +26,14 @@ depends=("${MINGW_PACKAGE_PREFIX}-nspr"
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-pkgconf"
"zip" "perl" "nsinstall")
source=(https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_realname}-${pkgver}.tar.gz
source=(https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_realname}-${pkgver//./_}.tar.gz
nss-build.patch
blank-cert8.db
blank-key3.db
blank-secmod.db
nss-3.20.1-headers.patch
nss-3.81-aarch64.patch)
sha256sums=('e8412db6c9d6f531e8adfe8a122ec33a8fae920681ff47231a1349bdd399f0e9'
sha256sums=('1387b8478e6c681c533b1f7b0f4d4ef7f58307c1f7e3a353622ddbf841328283'
'39e45367f5bf114ea007b2e8364950e1f77a13b5d0556af61cddf1928f2d34bc'
'e45105a21696a26c834cfaa3f664c42426c99546094e22fbe3a5e1dd3fbc1f33'
'6115cab6d646a05dd6b63e21c488da6bc36975f6e5ad8d6371c30a166c41cddc'
Expand All @@ -50,7 +50,7 @@ _apply_patch_with_msg() {
}

prepare() {
cd "${srcdir}"/${_realname}-${pkgver}
cd "${srcdir}"/${_realname}-${pkgver//./_}

_apply_patch_with_msg \
nss-build.patch \
Expand All @@ -59,7 +59,7 @@ prepare() {
}

build() {
cp -r "${_realname}-${pkgver}" "build-${MSYSTEM}" && cd "build-${MSYSTEM}"
cp -r "${_realname}-${pkgver//./_}" "build-${MSYSTEM}" && cd "build-${MSYSTEM}"

export BUILD_OPT=1
export NSS_NO_SSL2_NO_EXPORT=1
Expand Down