Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / hyprutils
Commits: 576bd169 by Lukas Fleischer at 2025-08-18T10:23:19-04:00 upgpkg: 0.8.3-1: upstream update - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = hyprutils pkgdesc = Hyprland utilities library used across the ecosystem - pkgver = 0.8.2 + pkgver = 0.8.3 pkgrel = 1 url = https://github.com/hyprwm/hyprutils arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = hyprutils makedepends = cmake depends = pixman provides = libhyprutils.so - source = hyprutils-0.8.2.tar.gz::https://github.com/hyprwm/hyprutils/archive/refs/tags/v0.8.2.tar.gz - sha256sums = 932f8b0023edcbfd01106c634010cad1533dccf295c2817d66da0e455e12753a + source = hyprutils-0.8.3.tar.gz::https://github.com/hyprwm/hyprutils/archive/refs/tags/v0.8.3.tar.gz + sha256sums = 2308319f477e0f718d114acd62ac7f1fa81503f4e447520620f6a1e51b9be14d pkgname = hyprutils ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: alba4k <blaskoazzolaaa...@gmail.com> pkgname=hyprutils -pkgver=0.8.2 +pkgver=0.8.3 pkgrel=1 pkgdesc="Hyprland utilities library used across the ecosystem" arch=(x86_64) @@ -13,7 +13,7 @@ depends=(pixman) makedepends=(git cmake) provides=(libhyprutils.so) source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz") -sha256sums=('932f8b0023edcbfd01106c634010cad1533dccf295c2817d66da0e455e12753a') +sha256sums=('2308319f477e0f718d114acd62ac7f1fa81503f4e447520620f6a1e51b9be14d') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyprutils/-/commit/576bd169d74938c3e3e17768d21fc689990464e7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyprutils/-/commit/576bd169d74938c3e3e17768d21fc689990464e7 You're receiving this email because of your account on gitlab.archlinux.org.