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