Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprwire
Commits:
3942b347 by Caleb Maclennan at 2025-12-04T11:37:59+03:00
upgpkg: 0.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hyprwire
pkgdesc = A fast and consistent wire protocol for IPC
- pkgver = 0.1.1
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/hyprwm/hyprwire
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = hyprwire
depends = libffi.so
depends = pugixml
provides = libhyprwire.so
- source =
https://github.com/hyprwm/hyprwire/archive/v0.1.1/hyprwire-0.1.1.tar.gz
- sha256sums =
db522dd32756a956833b92ea2f50fb9863392ba43daca42a8008228c6dfc8343
+ source =
https://github.com/hyprwm/hyprwire/archive/v0.2.0/hyprwire-0.2.0.tar.gz
+ sha256sums =
5d9c66d33b563a0693a19841a46aaa9bb0615317a05f6077aa44677780cfbd0d
pkgname = hyprwire
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=hyprwire
-pkgver=0.1.1
+pkgver=0.2.0
pkgrel=1
pkgdesc='A fast and consistent wire protocol for IPC'
arch=(x86_64)
@@ -16,7 +16,7 @@ makedepends=(cmake)
provides=(libhyprwire.so)
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('db522dd32756a956833b92ea2f50fb9863392ba43daca42a8008228c6dfc8343')
+sha256sums=('5d9c66d33b563a0693a19841a46aaa9bb0615317a05f6077aa44677780cfbd0d')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprwire/-/commit/3942b347b24c61bba7b2a35deb999aac82e776fa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprwire/-/commit/3942b347b24c61bba7b2a35deb999aac82e776fa
You're receiving this email because of your account on gitlab.archlinux.org.