[arch-commits] Commit in openlibm/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Jan 20 07:27:02 UTC 2022
Date: Thursday, January 20, 2022 @ 07:27:00
Author: arojas
Revision: 1111248
Update to 0.8.1
Modified:
openlibm/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-20 04:12:31 UTC (rev 1111247)
+++ PKGBUILD 2022-01-20 07:27:00 UTC (rev 1111248)
@@ -3,7 +3,7 @@
# Contributor: Arthur Zamarin <arthurzam at gmail.com>
pkgname=openlibm
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc='Standalone implementation of C mathematical functions'
arch=(x86_64)
@@ -10,8 +10,8 @@
url='https://openlibm.org/'
license=(BSD)
depends=(glibc)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/JuliaLang/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('03620768df4ca526a63dd675c6de95a5c9d167ff59555ce57a61c6bf49e400ee')
+source=(https://github.com/JuliaLang/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('ba8a282ecd92d0033f5656bb20dfc6ea3fb83f90ba69291ac8f7beba42dcffcf')
prepare() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list