Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
elinks


Commits:
36c913d4 by Tobias Powalowski at 2026-02-16T09:12:48+01:00
upgpkg: 0.19.1-2: update depends to new gcc-libs split up

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = elinks
        pkgdesc = Advanced feature-rich text-mode web browser
        pkgver = 0.19.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/rkd77/elinks
        arch = x86_64
        license = GPL-2.0-only
@@ -13,7 +13,8 @@ pkgbase = elinks
        makedepends = gc
        makedepends = cmake
        depends = glibc
-       depends = gcc-libs
+       depends = libgcc
+       depends = libstdc++
        depends = brotli
        depends = bzip2
        depends = gpm


=====================================
PKGBUILD
=====================================
@@ -7,14 +7,15 @@
 
 pkgname=elinks
 pkgver=0.19.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced feature-rich text-mode web browser'
 arch=(x86_64)
 url='https://github.com/rkd77/elinks'
 license=(GPL-2.0-only)
 depends=(
   glibc
-  gcc-libs
+  libgcc
+  libstdc++
   brotli
   bzip2
   gpm



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/elinks/-/commit/36c913d4d584216c334cb52eb3bf492d2b18f9fc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/elinks/-/commit/36c913d4d584216c334cb52eb3bf492d2b18f9fc
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to