mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-27 00:10:29 +00:00
community/openlibm to 0.7.3-1
This commit is contained in:
parent
e1f77b7cce
commit
f106082cfe
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
# - patch out hard ARM march and float specification
|
# - patch out hard ARM march and float specification
|
||||||
|
|
||||||
pkgname=openlibm
|
pkgname=openlibm
|
||||||
pkgver=0.7.2
|
pkgver=0.7.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Standalone implementation of C mathematical functions'
|
pkgdesc='Standalone implementation of C mathematical functions'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -15,7 +15,7 @@ license=(BSD)
|
||||||
depends=(glibc)
|
depends=(glibc)
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/JuliaLang/$pkgname/archive/v$pkgver.tar.gz"
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/JuliaLang/$pkgname/archive/v$pkgver.tar.gz"
|
||||||
'0001-Remove-ARM-march-and-float-specification.patch')
|
'0001-Remove-ARM-march-and-float-specification.patch')
|
||||||
sha256sums=('7793eb5d931ad908534b4d69b12e8f0331d0c84cb56ed9bc165a820b643cd425'
|
sha256sums=('d3bcc4ef21c033a0cc408a30186bb3dbe21219e0c52d328ca70eb688cf867354'
|
||||||
'2b16d1e852a88bc6d31e9b25ed60b1a374f46b2034ce3449c2b8dafc6d2007c9')
|
'2b16d1e852a88bc6d31e9b25ed60b1a374f46b2034ce3449c2b8dafc6d2007c9')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue