From afa0b2c3f78fdbf2972ce30a145ad99e94f8d3bb Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 20 Jan 2022 13:50:20 +0000 Subject: [PATCH] community/openlibm to 0.8.1-1 --- community/openlibm/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/openlibm/PKGBUILD b/community/openlibm/PKGBUILD index e266ca4c4..a2fc85d97 100644 --- a/community/openlibm/PKGBUILD +++ b/community/openlibm/PKGBUILD @@ -6,16 +6,16 @@ # - patch out hard ARM march and float specification pkgname=openlibm -pkgver=0.8.0 +pkgver=0.8.1 pkgrel=1 pkgdesc='Standalone implementation of C mathematical functions' arch=(x86_64) url='https://openlibm.org/' license=(BSD) depends=(glibc) -source=("$pkgname-$pkgver.tar.gz::https://github.com/JuliaLang/$pkgname/archive/v$pkgver.tar.gz" +source=(https://github.com/JuliaLang/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz '0001-Remove-ARM-march-and-float-specification.patch') -sha256sums=('03620768df4ca526a63dd675c6de95a5c9d167ff59555ce57a61c6bf49e400ee' +sha256sums=('ba8a282ecd92d0033f5656bb20dfc6ea3fb83f90ba69291ac8f7beba42dcffcf' '2b16d1e852a88bc6d31e9b25ed60b1a374f46b2034ce3449c2b8dafc6d2007c9') prepare() {