File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44_realname=nss
55pkgbase=mingw-w64-${_realname}
66pkgname=" ${MINGW_PACKAGE_PREFIX} -${_realname} "
7- pkgver=3.119
7+ pkgver=3.119.1
88pkgrel=1
99pkgdesc=" Mozilla Network Security Services (mingw-w64)"
1010arch=(' any' )
@@ -26,14 +26,14 @@ depends=("${MINGW_PACKAGE_PREFIX}-nspr"
2626makedepends=(" ${MINGW_PACKAGE_PREFIX} -cc"
2727 " ${MINGW_PACKAGE_PREFIX} -pkgconf"
2828 " zip" " perl" " nsinstall" )
29- source=(https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver// ./ _} _RTM/src/${_realname} -${pkgver} .tar.gz
29+ source=(https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver// ./ _} _RTM/src/${_realname} -${pkgver// . / _ } .tar.gz
3030 nss-build.patch
3131 blank-cert8.db
3232 blank-key3.db
3333 blank-secmod.db
3434 nss-3.20.1-headers.patch
3535 nss-3.81-aarch64.patch)
36- sha256sums=(' e8412db6c9d6f531e8adfe8a122ec33a8fae920681ff47231a1349bdd399f0e9 '
36+ sha256sums=(' 1387b8478e6c681c533b1f7b0f4d4ef7f58307c1f7e3a353622ddbf841328283 '
3737 ' 39e45367f5bf114ea007b2e8364950e1f77a13b5d0556af61cddf1928f2d34bc'
3838 ' e45105a21696a26c834cfaa3f664c42426c99546094e22fbe3a5e1dd3fbc1f33'
3939 ' 6115cab6d646a05dd6b63e21c488da6bc36975f6e5ad8d6371c30a166c41cddc'
@@ -50,7 +50,7 @@ _apply_patch_with_msg() {
5050}
5151
5252prepare () {
53- cd " ${srcdir} " /${_realname} -${pkgver}
53+ cd " ${srcdir} " /${_realname} -${pkgver// . / _ }
5454
5555 _apply_patch_with_msg \
5656 nss-build.patch \
@@ -59,7 +59,7 @@ prepare() {
5959}
6060
6161build () {
62- cp -r " ${_realname} -${pkgver} " " build-${MSYSTEM} " && cd " build-${MSYSTEM} "
62+ cp -r " ${_realname} -${pkgver// . / _ } " " build-${MSYSTEM} " && cd " build-${MSYSTEM} "
6363
6464 export BUILD_OPT=1
6565 export NSS_NO_SSL2_NO_EXPORT=1
You can’t perform that action at this time.
0 commit comments