George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
hck
Commits:
e782eee3 by George Rawlinson at 2026-02-25T06:56:02+00:00
reuse: simplify conf
- - - - -
98f32e11 by George Rawlinson at 2026-02-25T06:59:51+00:00
upgpkg: 0.11.5-2
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hck
pkgdesc = A drop in replacement for cut that can use a regex delimiter
instead of a fixed string
pkgver = 0.11.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sstadick/hck
arch = x86_64
license = Unlicense
@@ -10,7 +10,7 @@ pkgbase = hck
makedepends = rust
makedepends = cmake
depends = glibc
- depends = gcc-libs
+ depends = libgcc
options = !lto
source = hck::git+https://github.com/sstadick/hck.git#tag=v0.11.5
sha512sums =
054dc67c9cc7665278e11ba0ae74aa9401c20b308e08e47ebabfbca85444bcfad56543ab966f4573c07418cd59c998e4e53582b053a26e50c870693036d7ba83
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
pkgname=hck
pkgver=0.11.5
-pkgrel=1
+pkgrel=2
pkgdesc='A drop in replacement for cut that can use a regex delimiter instead
of a fixed string'
arch=(x86_64)
url='https://github.com/sstadick/hck'
license=(Unlicense MIT)
-depends=(glibc gcc-libs)
+depends=(glibc libgcc)
makedepends=(git rust cmake)
options=(!lto)
source=("$pkgname::git+$url.git#tag=v$pkgver")
=====================================
REUSE.toml
=====================================
@@ -3,8 +3,6 @@ version = 1
[[annotations]]
path = [
"PKGBUILD",
- "README.md",
- "keys/**",
".SRCINFO",
".nvchecker.toml",
]
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hck/-/compare/37bf9a5348790129c6e3dcbbe813c601b83d17b0...98f32e116b2e4625c8d17e43d67f0a2f796da463
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hck/-/compare/37bf9a5348790129c6e3dcbbe813c601b83d17b0...98f32e116b2e4625c8d17e43d67f0a2f796da463
You're receiving this email because of your account on gitlab.archlinux.org.