Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprutils
Commits:
6b005125 by Caleb Maclennan at 2025-01-23T16:00:08+03:00
upgpkg: 0.4.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.3.3
+ pkgver = 0.4.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.3.3.tar.gz::https://github.com/hyprwm/hyprutils/archive/refs/tags/v0.3.3.tar.gz
- sha256sums =
98cbf5750747cb7bda5665c8bcde5c21b5a449b67c508e9a806b46284efbe1d2
+ source =
hyprutils-0.4.0.tar.gz::https://github.com/hyprwm/hyprutils/archive/refs/tags/v0.4.0.tar.gz
+ sha256sums =
695e231e13c810ab8ba3a0e3bec80545d74cc14a833f6ca90fe0ccd480e6492f
pkgname = hyprutils
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: alba4k <[email protected]>
pkgname=hyprutils
-pkgver=0.3.3
+pkgver=0.4.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=('98cbf5750747cb7bda5665c8bcde5c21b5a449b67c508e9a806b46284efbe1d2')
+sha256sums=('695e231e13c810ab8ba3a0e3bec80545d74cc14a833f6ca90fe0ccd480e6492f')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprutils/-/commit/6b005125247b920ce38a235fb7ae336fb957e26f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprutils/-/commit/6b005125247b920ce38a235fb7ae336fb957e26f
You're receiving this email because of your account on gitlab.archlinux.org.