Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprutils
Commits:
6bff8750 by Caleb Maclennan at 2025-01-29T01:48:31+03:00
upgpkg: 0.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hyprutils
pkgdesc = Hyprland utilities library used across the ecosystem
- pkgver = 0.4.0
+ pkgver = 0.5.0
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.4.0.tar.gz::https://github.com/hyprwm/hyprutils/archive/refs/tags/v0.4.0.tar.gz
- sha256sums =
695e231e13c810ab8ba3a0e3bec80545d74cc14a833f6ca90fe0ccd480e6492f
+ source =
hyprutils-0.5.0.tar.gz::https://github.com/hyprwm/hyprutils/archive/refs/tags/v0.5.0.tar.gz
+ sha256sums =
09b8bd5914cbc645dd5fade1d986356028ade2f8c035710506377f23c54bf7b6
pkgname = hyprutils
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: alba4k <[email protected]>
pkgname=hyprutils
-pkgver=0.4.0
+pkgver=0.5.0
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=('695e231e13c810ab8ba3a0e3bec80545d74cc14a833f6ca90fe0ccd480e6492f')
+sha256sums=('09b8bd5914cbc645dd5fade1d986356028ade2f8c035710506377f23c54bf7b6')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprutils/-/commit/6bff87509da2def672cf77e028f47bd230e92d6b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprutils/-/commit/6bff87509da2def672cf77e028f47bd230e92d6b
You're receiving this email because of your account on gitlab.archlinux.org.