Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / hypridle
Commits: d3e09719 by Caleb Maclennan at 2024-04-19T09:21:24+03:00 upgpkg: 0.1.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = hypridle pkgdesc = hyprland’s idle daemon - pkgver = 0.1.1 - pkgrel = 2 + pkgver = 0.1.2 + pkgrel = 1 url = https://github.com/hyprwm/hypridle arch = x86_64 arch = aarch64 @@ -16,7 +16,7 @@ pkgbase = hypridle depends = wayland depends = libwayland-client.so depends = wayland-protocols - source = https://github.com/hyprwm/hypridle/archive/v0.1.1/hypridle-0.1.1.tar.gz - sha256sums = 55dffb5b4cd25f034c6fdd98a9fa1d6763ff6e07b1d51b9e0b4cdd4fe65bc798 + source = https://github.com/hyprwm/hypridle/archive/v0.1.2/hypridle-0.1.2.tar.gz + sha256sums = 40ab0bc7183e880f46fcc2d24b182226a5dfd8ce7695af6c320527eccf8d7c79 pkgname = hypridle ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Caleb Maclennan <ca...@alerque.com> pkgname=hypridle -pkgver=0.1.1 -pkgrel=2 +pkgver=0.1.2 +pkgrel=1 pkgdesc='hyprland’s idle daemon' arch=(x86_64 aarch64) url="https://github.com/hyprwm/$pkgname" @@ -16,7 +16,7 @@ depends=(gcc-libs # libgcc_s.so libstdc++.so makedepends=(cmake) _archive="$pkgname-$pkgver" source=("$url/archive/v$pkgver/$_archive.tar.gz") -sha256sums=('55dffb5b4cd25f034c6fdd98a9fa1d6763ff6e07b1d51b9e0b4cdd4fe65bc798') +sha256sums=('40ab0bc7183e880f46fcc2d24b182226a5dfd8ce7695af6c320527eccf8d7c79') build() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hypridle/-/commit/d3e09719184bb5713eae9382957d5db6de62483d -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hypridle/-/commit/d3e09719184bb5713eae9382957d5db6de62483d You're receiving this email because of your account on gitlab.archlinux.org.