Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
hyprutils
Commits:
65c9f6a1 by Lukas Fleischer at 2024-06-20T13:47:28+08:00
upgpkg: 0.1.4-1: update to 0.1.4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hyprutils
pkgdesc = Hyprland utilities library used across the ecosystem
- pkgver = 0.1.3
+ pkgver = 0.1.4
pkgrel = 1
url = https://github.com/hyprwm/hyprutils
arch = x86_64
@@ -9,7 +9,8 @@ pkgbase = hyprutils
makedepends = cmake
makedepends = gcc
makedepends = make
- source =
hyprutils-0.1.3.tar.gz::https://github.com/hyprwm/hyprutils/archive/refs/tags/v0.1.3.tar.gz
- sha256sums =
2f84654af9b2efe5be478821e837b1975298292558c4569bd35e065e356a69c7
+ depends = pixman
+ source =
hyprutils-0.1.4.tar.gz::https://github.com/hyprwm/hyprutils/archive/refs/tags/v0.1.4.tar.gz
+ sha256sums =
9fcf201321f44b7ef82f76fdd8708791f2a9471f13ddea30153ca08caf1cc6bc
pkgname = hyprutils
=====================================
PKGBUILD
=====================================
@@ -2,16 +2,16 @@
# Contributor: alba4k <[email protected]>
pkgname="hyprutils"
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="Hyprland utilities library used across the ecosystem"
arch=(x86_64)
url="https://github.com/hyprwm/hyprutils"
license=('BSD-3-Clause')
-depends=()
+depends=(pixman)
makedepends=('git' 'cmake' 'gcc' 'make')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('2f84654af9b2efe5be478821e837b1975298292558c4569bd35e065e356a69c7')
+sha256sums=('9fcf201321f44b7ef82f76fdd8708791f2a9471f13ddea30153ca08caf1cc6bc')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprutils/-/commit/65c9f6a1a93c94d307124974b493204da6a75506
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprutils/-/commit/65c9f6a1a93c94d307124974b493204da6a75506
You're receiving this email because of your account on gitlab.archlinux.org.