Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / highway
Commits: c4fd6f87 by Daniel Bermond at 2026-02-15T11:17:14-03:00 upgpkg: 1.3.0-2: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,14 +1,15 @@ pkgbase = highway pkgdesc = A C++ library that provides portable SIMD/vector intrinsics pkgver = 1.3.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/google/highway/ arch = x86_64 license = Apache-2.0 AND BSD-3-Clause makedepends = cmake - depends = gcc-libs depends = glibc depends = gtest + depends = libgcc + depends = libstdc++ source = https://github.com/google/highway/archive/1.3.0/highway-1.3.0.tar.gz sha256sums = 07b3c1ba2c1096878a85a31a5b9b3757427af963b1141ca904db2f9f4afe0bc2 ===================================== PKGBUILD ===================================== @@ -2,15 +2,16 @@ pkgname=highway pkgver=1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc='A C++ library that provides portable SIMD/vector intrinsics' arch=('x86_64') url='https://github.com/google/highway/' license=('Apache-2.0 AND BSD-3-Clause') depends=( - 'gcc-libs' 'glibc' - 'gtest') + 'gtest' + 'libgcc' + 'libstdc++') makedepends=( 'cmake') source=("https://github.com/google/highway/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/highway/-/commit/c4fd6f87a3e4411c3e3e7081471aef973e1872b2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/highway/-/commit/c4fd6f87a3e4411c3e3e7081471aef973e1872b2 You're receiving this email because of your account on gitlab.archlinux.org.
