Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
hyprutils
Commits:
27027446 by Lukas Fleischer at 2025-11-06T15:43:03-05:00
upgpkg: 0.10.1-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.10.0
+ pkgver = 0.10.1
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.10.0.tar.gz::https://github.com/hyprwm/hyprutils/archive/refs/tags/v0.10.0.tar.gz
- sha256sums =
0e2d2495166e314a4ef52d97bcae6f82ee10a1247a60e42b2087d876a7563b0c
+ source =
hyprutils-0.10.1.tar.gz::https://github.com/hyprwm/hyprutils/archive/refs/tags/v0.10.1.tar.gz
+ sha256sums =
052d6081e44ee8d4ee8e623b6b01108a9f61fec34bf396071196fdf69929d273
pkgname = hyprutils
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: alba4k <[email protected]>
pkgname=hyprutils
-pkgver=0.10.0
+pkgver=0.10.1
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=('0e2d2495166e314a4ef52d97bcae6f82ee10a1247a60e42b2087d876a7563b0c')
+sha256sums=('052d6081e44ee8d4ee8e623b6b01108a9f61fec34bf396071196fdf69929d273')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprutils/-/commit/27027446d914f9524be77e00153cc3cb6c8e25e5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprutils/-/commit/27027446d914f9524be77e00153cc3cb6c8e25e5
You're receiving this email because of your account on gitlab.archlinux.org.