Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / hyprpicker
Commits: 46d7bdba by Carl Smedstad at 2026-02-14T23:20:45+01:00 upgpkg: 0.4.6-2: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = hyprpicker pkgdesc = A wlroots-compatible Wayland color picker that does not suck pkgver = 0.4.6 - pkgrel = 1 + pkgrel = 2 url = https://github.com/hyprwm/hyprpicker arch = x86_64 license = BSD-3-Clause @@ -13,10 +13,11 @@ pkgbase = hyprpicker makedepends = wayland-protocols makedepends = wlroots0.18 depends = cairo - depends = gcc-libs depends = glibc depends = hyprutils depends = hyprwayland-scanner + depends = libgcc + depends = libstdc++ depends = libxkbcommon depends = wayland optdepends = wl-clipboard: Allows --autocopy to automatically copy the output to the clipboard ===================================== PKGBUILD ===================================== @@ -3,17 +3,18 @@ pkgname=hyprpicker pkgver=0.4.6 -pkgrel=1 +pkgrel=2 pkgdesc="A wlroots-compatible Wayland color picker that does not suck" arch=(x86_64) url="https://github.com/hyprwm/hyprpicker" license=(BSD-3-Clause) depends=( cairo - gcc-libs glibc hyprutils hyprwayland-scanner + libgcc + libstdc++ libxkbcommon wayland ) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyprpicker/-/commit/46d7bdba7d1d4c76e01e8e31fb5f70e919c3b3e8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyprpicker/-/commit/46d7bdba7d1d4c76e01e8e31fb5f70e919c3b3e8 You're receiving this email because of your account on gitlab.archlinux.org.
