Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprland-guiutils
Commits:
45e088a8 by Caleb Maclennan at 2025-12-29T22:40:33+03:00
upgpkg: 0.2.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hyprland-guiutils
pkgdesc = Hyprland GUI utilities
- pkgver = 0.2.0
- pkgrel = 3
+ pkgver = 0.2.1
+ pkgrel = 1
url = https://github.com/hyprwm/hyprland-guiutils
arch = x86_64
arch = aarch64
@@ -17,7 +17,7 @@ pkgbase = hyprland-guiutils
depends = libdrm
depends = pixman
replaces = hyprland-qtutils
- source =
https://github.com/hyprwm/hyprland-guiutils/archive/v0.2.0/hyprland-guiutils-0.2.0.tar.gz
- sha256sums =
9b24c0662dd0fca18ad171300a09517ee05ab8a2099749792975259db5d2bc21
+ source =
https://github.com/hyprwm/hyprland-guiutils/archive/v0.2.1/hyprland-guiutils-0.2.1.tar.gz
+ sha256sums =
8de6ab7295dd120bab6b6b3e884b27b3c6ccc38ae345f3144bf9b5ad79251bcb
pkgname = hyprland-guiutils
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=hyprland-guiutils
-pkgver=0.2.0
-pkgrel=3
+pkgver=0.2.1
+pkgrel=1
pkgdesc='Hyprland GUI utilities'
arch=(x86_64 aarch64)
url="https://github.com/hyprwm/$pkgname"
@@ -18,7 +18,7 @@ makedepends=(cmake)
replaces=(hyprland-qtutils)
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('9b24c0662dd0fca18ad171300a09517ee05ab8a2099749792975259db5d2bc21')
+sha256sums=('8de6ab7295dd120bab6b6b3e884b27b3c6ccc38ae345f3144bf9b5ad79251bcb')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland-guiutils/-/commit/45e088a8b6b7aaf14bfa953837009cdfbbbf5144
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland-guiutils/-/commit/45e088a8b6b7aaf14bfa953837009cdfbbbf5144
You're receiving this email because of your account on gitlab.archlinux.org.