mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/nspr to 4.10.9-1
This commit is contained in:
parent
4a6a205bbd
commit
d75bba49d0
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
# - --enable-64bit for AArch64
|
||||
|
||||
pkgname=nspr
|
||||
pkgver=4.10.8
|
||||
pkgver=4.10.9
|
||||
pkgrel=1
|
||||
pkgdesc="Netscape Portable Runtime"
|
||||
arch=(i686 x86_64)
|
||||
|
@ -16,8 +16,8 @@ depends=('glibc')
|
|||
makedepends=('zip')
|
||||
options=('!emptydirs')
|
||||
source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
|
||||
sha1sums=('c87c6a10e0e36866006b45c194d70cd8c67d0934')
|
||||
sha256sums=('507ea57c525c0c524dae4857a642b4ef5c9d795518754c7f83422d22fe544a15')
|
||||
sha1sums=('405e5ad45111ddf95a5d39d647d41d27456c9443')
|
||||
sha256sums=('4112ff6ad91d32696ca0c6c3d4abef6367b5dc0127fa172fcb3c3ab81bb2d881')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue