Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
highway
Commits:
88dc70f1 by Daniel Bermond at 2025-08-14T17:21:28-03:00
Cosmetic changes
- - - - -
ff988384 by Daniel Bermond at 2025-08-14T17:22:27-03:00
Update license
- - - - -
f5e81422 by Daniel Bermond at 2025-08-14T17:38:04-03:00
Update dependencies
gtest is required by libhwy-test.pc, and pkgcheck emits an error
without it.
- - - - -
a33bfc76 by Daniel Bermond at 2025-08-14T17:51:32-03:00
upgpkg: 1.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = highway
pkgdesc = A C++ library that provides portable SIMD/vector intrinsics
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/google/highway/
arch = x86_64
- license = Apache-2.0
- license = BSD-3-Clause
+ license = Apache-2.0 AND BSD-3-Clause
makedepends = cmake
- makedepends = gtest
depends = gcc-libs
- source =
https://github.com/google/highway/archive/1.2.0/highway-1.2.0.tar.gz
- sha256sums =
7e0be78b8318e8bdbf6fa545d2ecb4c90f947df03f7aadc42c1967f019e63343
+ depends = glibc
+ depends = gtest
+ source =
https://github.com/google/highway/archive/1.3.0/highway-1.3.0.tar.gz
+ sha256sums =
07b3c1ba2c1096878a85a31a5b9b3757427af963b1141ca904db2f9f4afe0bc2
pkgname = highway
=====================================
PKGBUILD
=====================================
@@ -1,16 +1,20 @@
# Maintainer: Daniel Bermond <[email protected]>
pkgname=highway
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc='A C++ library that provides portable SIMD/vector intrinsics'
arch=('x86_64')
url='https://github.com/google/highway/'
-license=('Apache-2.0' 'BSD-3-Clause')
-depends=('gcc-libs')
-makedepends=('cmake' 'gtest')
+license=('Apache-2.0 AND BSD-3-Clause')
+depends=(
+ 'gcc-libs'
+ 'glibc'
+ 'gtest')
+makedepends=(
+ 'cmake')
source=("https://github.com/google/highway/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('7e0be78b8318e8bdbf6fa545d2ecb4c90f947df03f7aadc42c1967f019e63343')
+sha256sums=('07b3c1ba2c1096878a85a31a5b9b3757427af963b1141ca904db2f9f4afe0bc2')
build() {
cmake -B build -S "${pkgname}-${pkgver}" \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/highway/-/compare/6fb24beb3701194c2b0659916469b877c39b77c9...a33bfc763fe164ce20e52282a1112096fa5ed212
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/highway/-/compare/6fb24beb3701194c2b0659916469b877c39b77c9...a33bfc763fe164ce20e52282a1112096fa5ed212
You're receiving this email because of your account on gitlab.archlinux.org.