Skip to content

Commit

Permalink
upd(alacritty): 0.13.2 -> 0.14.0 (#6693)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 authored Nov 21, 2024
1 parent e23c419 commit fe117b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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

0 comments on commit fe117b5

Please sign in to comment.