mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/openlibm to 0.8.4-1
This commit is contained in:
parent
6d7667d6a9
commit
8ffc8d1d2b
2 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
|||
pkgbase = openlibm
|
||||
pkgdesc = Standalone implementation of C mathematical functions
|
||||
pkgver = 0.8.3
|
||||
pkgver = 0.8.4
|
||||
pkgrel = 1
|
||||
url = https://openlibm.org/
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = git
|
||||
depends = glibc
|
||||
source = git+https://github.com/JuliaLang/openlibm#tag=v0.8.3
|
||||
sha256sums = f7c5ce8166b53ec31f6169ae9ae11d033ff0b05b9a05e53591b430a34bca9845
|
||||
source = git+https://github.com/JuliaLang/openlibm#tag=v0.8.4
|
||||
sha256sums = fb9105e361ddb3f9a508cb64ffa6d21b0dcb0d980919677b8708be86cdb77a38
|
||||
|
||||
pkgname = openlibm
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# - patch out hard ARM march and float specification
|
||||
|
||||
pkgname=openlibm
|
||||
pkgver=0.8.3
|
||||
pkgver=0.8.4
|
||||
pkgrel=1
|
||||
pkgdesc='Standalone implementation of C mathematical functions'
|
||||
arch=(x86_64)
|
||||
|
@ -16,7 +16,7 @@ depends=(glibc)
|
|||
makedepends=(git)
|
||||
source=(git+https://github.com/JuliaLang/$pkgname#tag=v$pkgver
|
||||
'0001-Remove-ARM-march-and-float-specification.patch')
|
||||
sha256sums=('SKIP'
|
||||
sha256sums=('fb9105e361ddb3f9a508cb64ffa6d21b0dcb0d980919677b8708be86cdb77a38'
|
||||
'1d8a5781bf7d87ae955b7c4c88f76c523eb30a9f0d057be223323cae578da31c')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue