Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprutils
Commits:
6a87c420 by Caleb Maclennan at 2024-11-16T12:20:47+03:00
upgpkg: 0.2.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hyprutils
pkgdesc = Hyprland utilities library used across the ecosystem
- pkgver = 0.2.5
+ pkgver = 0.2.6
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.2.5.tar.gz::https://github.com/hyprwm/hyprutils/archive/refs/tags/v0.2.5.tar.gz
- sha256sums =
19737eca82d9a4c4b4108864960d7f460ad670c1fd95a87a90640153c91dc818
+ source =
hyprutils-0.2.6.tar.gz::https://github.com/hyprwm/hyprutils/archive/refs/tags/v0.2.6.tar.gz
+ sha256sums =
c6a6098590da0da2a755c2ea8e91629c810d20784c236d1a9e2c46eebb2c1a3f
pkgname = hyprutils
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: alba4k <[email protected]>
pkgname=hyprutils
-pkgver=0.2.5
+pkgver=0.2.6
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=('19737eca82d9a4c4b4108864960d7f460ad670c1fd95a87a90640153c91dc818')
+sha256sums=('c6a6098590da0da2a755c2ea8e91629c810d20784c236d1a9e2c46eebb2c1a3f')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprutils/-/commit/6a87c4209179349f305776fac652990c50a13d88
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprutils/-/commit/6a87c4209179349f305776fac652990c50a13d88
You're receiving this email because of your account on gitlab.archlinux.org.