Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprutils
Commits:
2a037e69 by Caleb Maclennan at 2025-01-02T22:15:57+03:00
upgpkg: 0.3.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hyprutils
pkgdesc = Hyprland utilities library used across the ecosystem
- pkgver = 0.3.1
+ pkgver = 0.3.2
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.3.1.tar.gz::https://github.com/hyprwm/hyprutils/archive/refs/tags/v0.3.1.tar.gz
- sha256sums =
73c406b7da3003043909bc2e8f4128cade008fe9b9464e3dc1d77fba9c1f035d
+ source =
hyprutils-0.3.2.tar.gz::https://github.com/hyprwm/hyprutils/archive/refs/tags/v0.3.2.tar.gz
+ sha256sums =
2352acc654027beb5d6a3b18cf58feed5c83fc513b71789b69ef7274bf7c369a
pkgname = hyprutils
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: alba4k <[email protected]>
pkgname=hyprutils
-pkgver=0.3.1
+pkgver=0.3.2
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=('73c406b7da3003043909bc2e8f4128cade008fe9b9464e3dc1d77fba9c1f035d')
+sha256sums=('2352acc654027beb5d6a3b18cf58feed5c83fc513b71789b69ef7274bf7c369a')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprutils/-/commit/2a037e693397286750c59ee4f796457eec8d4512
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprutils/-/commit/2a037e693397286750c59ee4f796457eec8d4512
You're receiving this email because of your account on gitlab.archlinux.org.