Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upd(alacritty): 0.13.2 -> 0.14.0 #6693

Merged
merged 1 commit into from
Nov 21, 2024
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
6 changes: 3 additions & 3 deletions packages/alacritty/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgbase = alacritty
pkgver = 0.13.2
pkgver = 0.14.0
pkgdesc = A fast, cross-platform, OpenGL terminal emulator
arch = any
makedepends = cargo
Expand All @@ -15,7 +15,7 @@ pkgbase = alacritty
incompatible = debian:bookworm
maintainer = Warofzen <[email protected]>
repology = project: alacritty
source = https://github.com/alacritty/alacritty/archive/refs/tags/v0.13.2.tar.gz
sha256sums = e9a54aabc92bbdc25ab1659c2e5a1e9b76f27d101342c8219cc98a730fd46d90
source = https://github.com/alacritty/alacritty/archive/refs/tags/v0.14.0.tar.gz
sha256sums = 2919767177c010339502085b4ac5d3f9f15ca27e6befc39aa9d20fefb93ebcdf

pkgname = alacritty
4 changes: 2 additions & 2 deletions packages/alacritty/alacritty.pacscript
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pkgname="alacritty"
arch=("any")
pkgver="0.13.2"
pkgver="0.14.0"
repology=("project: alacritty")
source=("https://github.com/alacritty/alacritty/archive/refs/tags/v${pkgver}.tar.gz")
makedepends=("cargo" "cmake" "pkg-config" "libfreetype6-dev" "libfontconfig1-dev" "libxcb-xfixes0-dev" "python3" "gzip" "scdoc")
pkgdesc="A fast, cross-platform, OpenGL terminal emulator"
maintainer=("Warofzen <[email protected]>")
incompatible=('debian:bullseye' 'debian:bookworm')
external_connection=true
sha256sums=("e9a54aabc92bbdc25ab1659c2e5a1e9b76f27d101342c8219cc98a730fd46d90")
sha256sums=("2919767177c010339502085b4ac5d3f9f15ca27e6befc39aa9d20fefb93ebcdf")

build() {
cd "${_archive}"
Expand Down
6 changes: 3 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pkgbase = adw-gtk3
pkgname = adw-gtk3
---
pkgbase = alacritty
pkgver = 0.13.2
pkgver = 0.14.0
pkgdesc = A fast, cross-platform, OpenGL terminal emulator
arch = any
makedepends = cargo
Expand All @@ -83,8 +83,8 @@ pkgbase = alacritty
incompatible = debian:bookworm
maintainer = Warofzen <[email protected]>
repology = project: alacritty
source = https://github.com/alacritty/alacritty/archive/refs/tags/v0.13.2.tar.gz
sha256sums = e9a54aabc92bbdc25ab1659c2e5a1e9b76f27d101342c8219cc98a730fd46d90
source = https://github.com/alacritty/alacritty/archive/refs/tags/v0.14.0.tar.gz
sha256sums = 2919767177c010339502085b4ac5d3f9f15ca27e6befc39aa9d20fefb93ebcdf

pkgname = alacritty
---
Expand Down
Loading