Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprutils
Commits:
48cf5fc9 by Caleb Maclennan at 2024-07-29T00:25:35+03:00
upgpkg: 0.2.1-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.0
+ pkgver = 0.2.1
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.0.tar.gz::https://github.com/hyprwm/hyprutils/archive/refs/tags/v0.2.0.tar.gz
- sha256sums =
958d0b9ba1157ae0099c9d879fd5247eceda3af0bfd7d6fdacb69926e1d3eeb3
+ source =
hyprutils-0.2.1.tar.gz::https://github.com/hyprwm/hyprutils/archive/refs/tags/v0.2.1.tar.gz
+ sha256sums =
061449c828d0cdaf7b147d9e232282fd0dde997c6ec7c43d51fe96d878b66c12
pkgname = hyprutils
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: alba4k <[email protected]>
pkgname=hyprutils
-pkgver=0.2.0
+pkgver=0.2.1
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=('958d0b9ba1157ae0099c9d879fd5247eceda3af0bfd7d6fdacb69926e1d3eeb3')
+sha256sums=('061449c828d0cdaf7b147d9e232282fd0dde997c6ec7c43d51fe96d878b66c12')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprutils/-/commit/48cf5fc9b938110e1d1ca09992fd5712b09285f5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprutils/-/commit/48cf5fc9b938110e1d1ca09992fd5712b09285f5
You're receiving this email because of your account on gitlab.archlinux.org.