Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion shlibs_append
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ libaquamarine.so.8 aquamarine-0.9.5_1
libhyprcursor.so.0 hyprcursor-0.1.13_1
libhyprlang.so.2 hyprlang-0.6.4_2
libhyprgraphics.so.2 hyprgraphics-0.3.0_1
libhyprtoolkit.so.2 hyprtoolkit-0.2.4_1
libhyprtoolkit.so.3 hyprtoolkit-0.3.0_1
libhyprutils.so.9 hyprutils-0.10.0_1
libsdbus-c++.so.2 sdbus-cpp-2.1.0_1
libspng.so.0 libspng-0.7.4_1
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/hyprtoolkit/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'hyprtoolkit'
pkgname=hyprtoolkit
version=0.2.4
version=0.3.0
revision=1
build_style=cmake
configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -DDISABLE_TESTS=ON"
Expand All @@ -13,7 +13,7 @@ maintainer="Encoded14 <linusken@tuta.io>"
license="BSD-3-Clause"
homepage="https://github.com/hyprwm/hyprgraphics"
distfiles="https://github.com/hyprwm/hyprtoolkit/archive/refs/tags/v${version}.tar.gz"
checksum=5b3df44738d9204773a4f1152895c58979ec037494314c07a7fc5f7ff7a2e22c
checksum=9f7e1a0a7bfe31ef769bfa9dfaef211f193f38b10e0823320336578ecee13d55
make_check=no

post_install() {
Expand Down
5 changes: 3 additions & 2 deletions srcpkgs/hyprutils/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Template file for 'hyprutils'
pkgname=hyprutils
version=0.10.1
version=0.10.2
revision=1
build_style=cmake
configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -DBUILD_TESTING=OFF"
hostmakedepends="cmake pkg-config"
makedepends="pixman-devel"
short_desc="Hyprland utilities library used across the ecosystem"
maintainer="Encoded14 <linusken@tuta.io>"
license="BSD-3-Clause"
homepage="https://github.com/hyprwm/hyprutils"
distfiles="https://github.com/hyprwm/hyprutils/archive/refs/tags/v${version}.tar.gz"
checksum=052d6081e44ee8d4ee8e623b6b01108a9f61fec34bf396071196fdf69929d273
checksum=f468997ee10d2f38413f65e099f717a88c6b7c0a0aba64d2c663d5508dfb5439

post_install() {
vlicense LICENSE
Expand Down