Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
oha
Commits:
a0691367 by Jelle van der Waa at 2026-02-28T18:10:52+01:00
gcc-libs is deprecated
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = oha
pkgdesc = Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey
with tui animation
pkgver = 1.14.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hatoo/oha
arch = x86_64
license = MIT
makedepends = rust
depends = openssl
- depends = gcc-libs
+ depends = libgcc
depends = glibc
options = !lto
source =
oha-1.14.0.tar.gz::https://github.com/hatoo/oha/archive/refs/tags/v1.14.0.tar.gz
=====================================
PKGBUILD
=====================================
@@ -1,12 +1,12 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=oha
pkgver=1.14.0
-pkgrel=1
+pkgrel=2
pkgdesc="Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui
animation"
arch=('x86_64')
url="https://github.com/hatoo/oha"
license=('MIT')
-depends=('openssl' 'gcc-libs' 'glibc')
+depends=('openssl' 'libgcc' 'glibc')
makedepends=('rust')
options=('!lto')
source=($pkgname-$pkgver.tar.gz::https://github.com/hatoo/oha/archive/refs/tags/v${pkgver}.tar.gz)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oha/-/commit/a069136751e34a6af012bb519f37c90170d38d74
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oha/-/commit/a069136751e34a6af012bb519f37c90170d38d74
You're receiving this email because of your account on gitlab.archlinux.org.