mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Update spec file
This commit is contained in:
parent
8a6fe7e5d0
commit
3a7130086a
2 changed files with 8 additions and 6 deletions
|
@ -42,7 +42,7 @@ and
|
|||
[easy](https://github.com/alacritty/alacritty/issues?q=is%3Aopen+is%3Aissue+label%3A%22D+-+easy%22)
|
||||
issues.
|
||||
|
||||
Please note that the minimum supported version of Alacritty is Rust 1.41.0. All patches are expected
|
||||
Please note that the minimum supported version of Alacritty is Rust 1.43.0. All patches are expected
|
||||
to work with the minimum supported version.
|
||||
|
||||
Since `alacritty_terminal`'s version always tracks the next release, make sure that the version is
|
||||
|
|
|
@ -7,14 +7,16 @@ URL: https://github.com/alacritty/alacritty
|
|||
VCS: https://github.com/alacritty/alacritty.git
|
||||
Source: alacritty-%{version}.tar
|
||||
|
||||
BuildRequires: rust >= 1.41.0
|
||||
BuildRequires: rust >= 1.43.0
|
||||
BuildRequires: cargo
|
||||
BuildRequires: cmake
|
||||
BuildRequires: freetype-devel
|
||||
BuildRequires: fontconfig-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: python3
|
||||
BuildRequires: freetype-devel
|
||||
BuildRequires: fontconfig-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: python36
|
||||
BuildRequires: ncurses
|
||||
|
||||
%description
|
||||
Alacritty is a terminal emulator with a strong focus on simplicity and
|
||||
|
|
Loading…
Reference in a new issue