nss: minor fix

This commit is contained in:
Jeff Huang 2016-02-14 10:07:13 +00:00
parent e94b26ba0f
commit 51bc50dc5e

View File

@ -3,12 +3,12 @@
pkgbase=nss pkgbase=nss
pkgname=(nss ca-certificates-mozilla) pkgname=(nss ca-certificates-mozilla)
pkgver=3.22 pkgver=3.22
pkgrel=1 pkgrel=2
pkgdesc="Mozilla Network Security Services" pkgdesc="Mozilla Network Security Services"
arch=('x86_64') arch=('x86_64')
url="http://www.mozilla.org/projects/security/pki/nss/" url="http://www.mozilla.org/projects/security/pki/nss/"
license=('MPL' 'GPL') license=('MPL' 'GPL')
_nsprver=4.10.10 _nsprver=4.11
depends=("nspr>=${_nsprver}" 'sqlite3' 'zlib' 'sh' 'p11-kit') depends=("nspr>=${_nsprver}" 'sqlite3' 'zlib' 'sh' 'p11-kit')
makedepends=('perl' 'python2') makedepends=('perl' 'python2')
options=('!strip' '!makeflags' 'staticlibs') options=('!strip' '!makeflags' 'staticlibs')