George Hu pushed to branch main at Arch Linux / Packaging / Packages / igrep
Commits:
fd64f316 by George Hu at 2026-02-27T16:30:47+08:00
gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -6,7 +6,7 @@ pkgbase = igrep
arch = x86_64
license = MIT
makedepends = cargo
- depends = gcc-libs
+ depends = libgcc
depends = oniguruma
source =
igrep-1.3.0.tar.gz::https://github.com/konradsz/igrep/archive/v1.3.0.tar.gz
sha512sums =
30420e9d7d3c833d1415f54e0e315335f87811a514c2eba492ae4542006eb0f300d717525d9e8025c45ba51acf9e32e4ee30635321c3318105b0967195124818
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ pkgdesc="Interactive grep"
arch=('x86_64')
url="https://github.com/konradsz/igrep"
license=('MIT')
-depends=('gcc-libs' 'oniguruma')
+depends=('libgcc' 'oniguruma')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha512sums=('30420e9d7d3c833d1415f54e0e315335f87811a514c2eba492ae4542006eb0f300d717525d9e8025c45ba51acf9e32e4ee30635321c3318105b0967195124818')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/igrep/-/commit/fd64f3162656f0b9ca4be00ecbf01e636b55b7a9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/igrep/-/commit/fd64f3162656f0b9ca4be00ecbf01e636b55b7a9
You're receiving this email because of your account on gitlab.archlinux.org.