mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/nspr to 4.11-1
This commit is contained in:
parent
a668d29fc7
commit
9be965bd00
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
# - --enable-64bit for AArch64
|
||||
|
||||
pkgname=nspr
|
||||
pkgver=4.10.10
|
||||
pkgver=4.11
|
||||
pkgrel=1
|
||||
pkgdesc="Netscape Portable Runtime"
|
||||
arch=(i686 x86_64)
|
||||
|
@ -16,8 +16,8 @@ depends=('glibc')
|
|||
makedepends=('zip')
|
||||
options=('!emptydirs')
|
||||
source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
|
||||
sha1sums=('d90b61d96248577a551bd322199dfa2438941661')
|
||||
sha256sums=('343614971c30520d0fa55f4af0a72578e2d8674bb71caf7187490c3379523107')
|
||||
sha1sums=('171ba99640e1c4d8d5b8085f3a09622c05f9b7fc')
|
||||
sha256sums=('cb320a9eee7028275ac0fce7adc39dee36f14f02fd8432fce1b7e1aa5e3685c2')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue