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