* update openlibm to 0.8.4-1

This commit is contained in:
Alexander Baldeck 2024-12-16 14:28:55 +01:00
parent 58950b193d
commit ed50afe1fc
2 changed files with 10 additions and 6 deletions

View File

@ -1,13 +1,17 @@
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
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
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

View File

@ -4,8 +4,8 @@
# Contributor: Arthur Zamarin <arthurzam@gmail.com>
pkgname=openlibm
pkgver=0.8.3
pkgrel=1.1
pkgver=0.8.4
pkgrel=1
pkgdesc='Standalone implementation of C mathematical functions'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://openlibm.org/'
@ -13,7 +13,7 @@ license=(MIT)
depends=(glibc)
makedepends=(git)
source=(git+https://github.com/JuliaLang/$pkgname#tag=v$pkgver)
sha256sums=('f7c5ce8166b53ec31f6169ae9ae11d033ff0b05b9a05e53591b430a34bca9845')
sha256sums=('fb9105e361ddb3f9a508cb64ffa6d21b0dcb0d980919677b8708be86cdb77a38')
prepare() {
cd $pkgname