diff --git a/README.md b/README.md index 427d1a7..d9285c5 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ Arch has an AUR package for the current tip https://aur.archlinux.org/packages/w NixOS has a packge in unstable https://nixos.org/nixos/packages.html?attr=wofi&channel=nixos-unstable&query=wofi Void Linux also has a package + +Fedora has a package in COPR https://copr.fedorainfracloud.org/coprs/wef/wofi/ there is also an official package https://src.fedoraproject.org/rpms/wofi but it's currently v1.0 ## Documentation The official documentation is provided by the man pages in this repository, sample styling can be found here https://cloudninja.pw/docs/wofi.html diff --git a/meson.build b/meson.build index 1e29be8..3af95f7 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('wofi', 'c', version : 'v1.1', default_options : ['buildtype=release', 'warning_level=2']) +project('wofi', 'c', version : 'hg', default_options : ['buildtype=release', 'warning_level=2']) cc = meson.get_compiler('c') inc = include_directories('inc')