Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprtoolkit
Commits:
937b9fba by Caleb Maclennan at 2025-12-29T22:41:19+03:00
upgpkg: 0.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hyprtoolkit
pkgdesc = A modern C++ Wayland-native GUI toolkit
- pkgver = 0.4.1
- pkgrel = 3
+ pkgver = 0.5.0
+ pkgrel = 1
url = https://github.com/hyprwm/hyprtoolkit
arch = x86_64
license = BSD-3-Clause
@@ -36,7 +36,7 @@ pkgbase = hyprtoolkit
depends = wayland
depends = libwayland-client.so
provides = libhyprtoolkit.so
- source =
https://github.com/hyprwm/hyprtoolkit/archive/v0.4.1/hyprtoolkit-0.4.1.tar.gz
- sha256sums =
4728566eaafcfb5cf14022642b5ae0e8dd8a38cba902e4b37857f6e5d86a5b19
+ source =
https://github.com/hyprwm/hyprtoolkit/archive/v0.5.0/hyprtoolkit-0.5.0.tar.gz
+ sha256sums =
a55c893dfd5c629c918e1c0b06bdc444f2f832667e9f7b89b061f8c40a06823f
pkgname = hyprtoolkit
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=hyprtoolkit
-pkgver=0.4.1
-pkgrel=3
+pkgver=0.5.0
+pkgrel=1
pkgdesc='A modern C++ Wayland-native GUI toolkit'
arch=(x86_64)
url="https://github.com/hyprwm/$pkgname"
@@ -27,7 +27,7 @@ makedepends=(cmake)
provides=(libhyprtoolkit.so)
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('4728566eaafcfb5cf14022642b5ae0e8dd8a38cba902e4b37857f6e5d86a5b19')
+sha256sums=('a55c893dfd5c629c918e1c0b06bdc444f2f832667e9f7b89b061f8c40a06823f')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprtoolkit/-/commit/937b9fba73c937eaa2cb4140d36978c7680448bd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprtoolkit/-/commit/937b9fba73c937eaa2cb4140d36978c7680448bd
You're receiving this email because of your account on gitlab.archlinux.org.