Skip to content

Commit

Permalink
upd(alacritty): 0.14.0 -> 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed Jan 13, 2025
1 parent 2a8a6d8 commit fe9a0cb
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.14.0
pkgver = 0.15.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 = @alacritty~0.14.0::https://github.com/alacritty/alacritty/archive/refs/tags/v0.14.0.tar.gz
sha256sums = 2919767177c010339502085b4ac5d3f9f15ca27e6befc39aa9d20fefb93ebcdf
source = @alacritty~0.15.0::https://github.com/alacritty/alacritty/archive/refs/tags/v0.15.0.tar.gz
sha256sums = aa4479c99547c0b6860760b5b704865f629ffe1f1ec374153c2cd84e53ce5412

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.14.0"
pkgver="0.15.0"
repology=("project: alacritty")
source=("@${pkgname}~${pkgver}::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=("2919767177c010339502085b4ac5d3f9f15ca27e6befc39aa9d20fefb93ebcdf")
sha256sums=("aa4479c99547c0b6860760b5b704865f629ffe1f1ec374153c2cd84e53ce5412")

build() {
cd "${pkgname}~${pkgver}"
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.14.0
pkgver = 0.15.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 = @alacritty~0.14.0::https://github.com/alacritty/alacritty/archive/refs/tags/v0.14.0.tar.gz
sha256sums = 2919767177c010339502085b4ac5d3f9f15ca27e6befc39aa9d20fefb93ebcdf
source = @alacritty~0.15.0::https://github.com/alacritty/alacritty/archive/refs/tags/v0.15.0.tar.gz
sha256sums = aa4479c99547c0b6860760b5b704865f629ffe1f1ec374153c2cd84e53ce5412

pkgname = alacritty
---
Expand Down

0 comments on commit fe9a0cb

Please sign in to comment.