Skip to content

Commit

Permalink
hyprlang: Update to 0.6.0
Browse files Browse the repository at this point in the history
**Summary**

Enhancements:

- API: Added a new templated config value wrapper

Full release notes:

- [0.6.0](https://github.com/hyprwm/hyprlang/releases/tag/v0.6.0)

by gNick
  • Loading branch information
gNick committed Dec 24, 2024
1 parent 9e842d1 commit 6124795
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions packages/h/hyprlang/package.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name : hyprlang
version : 0.5.3
release : 2
version : 0.6.0
release : 3
source :
- https://github.com/hyprwm/hyprlang/archive/refs/tags/v0.5.3.tar.gz : 9715311d6b31c18f1e83da999269c71a61c0862645795d2666fa1d7b20d5d0f6
- https://github.com/hyprwm/hyprlang/archive/refs/tags/v0.6.0.tar.gz : b1a163606402041d92507936fb6dcbc40dd0035b8e8abbf44b0ab59be627b52c
homepage : https://github.com/hyprwm/hyprlang
license : LGPL-3.0
component : desktop.hyprland
summary : The hypr configuration language
description: |
The hypr configuration language is an extremely efficient, yet easy to work with, configuration language for linux applications.
builddeps :
- pkgconfig(hyprutils)
builddeps :
- pkgconfig(hyprutils)
setup : |
%cmake_ninja
build : |
Expand Down
10 changes: 5 additions & 5 deletions packages/h/hyprlang/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</Description>
<PartOf>desktop.hyprland</PartOf>
<Files>
<Path fileType="library">/usr/lib64/libhyprlang.so.0.5.3</Path>
<Path fileType="library">/usr/lib64/libhyprlang.so.0.6.0</Path>
<Path fileType="library">/usr/lib64/libhyprlang.so.2</Path>
</Files>
</Package>
Expand All @@ -31,7 +31,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="2">hyprlang</Dependency>
<Dependency release="3">hyprlang</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/hyprlang.hpp</Path>
Expand All @@ -40,9 +40,9 @@
</Files>
</Package>
<History>
<Update release="2">
<Date>2024-10-16</Date>
<Version>0.5.3</Version>
<Update release="3">
<Date>2024-12-21</Date>
<Version>0.6.0</Version>
<Comment>Packaging update</Comment>
<Name>GENEVEE Nicolas</Name>
<Email>[email protected]</Email>
Expand Down

0 comments on commit 6124795

Please sign in to comment.