Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprland-protocols
Commits:
62410a17 by Caleb Maclennan at 2025-01-23T15:55:00+03:00
upgpkg: 0.6.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = hyprland-protocols
pkgdesc = Wayland protocol extensions for Hyprland
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/hyprwm/hyprland-protocols
arch = x86_64
arch = aarch64
license = BSD-3-Clause
makedepends = meson
- source =
https://github.com/hyprwm/hyprland-protocols/archive/v0.6.0/hyprland-protocols-0.6.0.tar.gz
- sha256sums =
2261cedcfed20e4f3ccbb3f4fb22ec4b7dcee5ae9a4873e5e013137e56b5ecfd
+ source =
https://github.com/hyprwm/hyprland-protocols/archive/v0.6.1/hyprland-protocols-0.6.1.tar.gz
+ sha256sums =
c6b6a4ab2cc4fc487d25545fcf2079ccbd05dd2954864b7fa359b412f47bf1f3
pkgname = hyprland-protocols
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: l0gic <[email protected]>
pkgname=hyprland-protocols
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc='Wayland protocol extensions for Hyprland'
arch=(x86_64 aarch64)
@@ -11,7 +11,7 @@ license=(BSD-3-Clause)
makedepends=(meson)
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('2261cedcfed20e4f3ccbb3f4fb22ec4b7dcee5ae9a4873e5e013137e56b5ecfd')
+sha256sums=('c6b6a4ab2cc4fc487d25545fcf2079ccbd05dd2954864b7fa359b412f47bf1f3')
build() {
arch-meson "$_archive" build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland-protocols/-/commit/62410a1777bce2d91e003347f8c552b330d15637
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland-protocols/-/commit/62410a1777bce2d91e003347f8c552b330d15637
You're receiving this email because of your account on gitlab.archlinux.org.