Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / libblastrampoline
Commits: 7e7514c7 by Antonio Rojas at 2025-06-14T09:43:17+02:00 upgpkg: 5.13.0-1: Upstream update - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = libblastrampoline pkgdesc = Using PLT trampolines to provide a BLAS and LAPACK demuxing library - pkgver = 5.12.0 + pkgver = 5.13.0 pkgrel = 1 url = https://github.com/JuliaLinearAlgebra/libblastrampoline arch = x86_64 @@ -8,7 +8,7 @@ pkgbase = libblastrampoline makedepends = git depends = glibc options = !lto - source = git+https://github.com/JuliaLinearAlgebra/libblastrampoline#tag=v5.12.0 - sha256sums = ad564955a936a02f7c7f71c4f9337971affb0cbe01669f9398a92b1932b86bee + source = git+https://github.com/JuliaLinearAlgebra/libblastrampoline#tag=v5.13.0 + sha256sums = 0f6676b24a749921fe714c9887cc16d0ed22f643a2893dcc4840973838f1a7fa pkgname = libblastrampoline ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <aro...@archlinux.org> pkgname=libblastrampoline -pkgver=5.12.0 +pkgver=5.13.0 pkgrel=1 pkgdesc='Using PLT trampolines to provide a BLAS and LAPACK demuxing library' arch=(x86_64) @@ -10,7 +10,7 @@ license=(MIT) depends=(glibc) makedepends=(git) source=(git+https://github.com/JuliaLinearAlgebra/libblastrampoline#tag=v$pkgver) -sha256sums=('ad564955a936a02f7c7f71c4f9337971affb0cbe01669f9398a92b1932b86bee') +sha256sums=('0f6676b24a749921fe714c9887cc16d0ed22f643a2893dcc4840973838f1a7fa') options=(!lto) build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libblastrampoline/-/commit/7e7514c73c86ae5a51d30f903e7a2a9edcc8ee81 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libblastrampoline/-/commit/7e7514c73c86ae5a51d30f903e7a2a9edcc8ee81 You're receiving this email because of your account on gitlab.archlinux.org.