Date: Monday, February 21, 2022 @ 02:38:21
  Author: polyzen
Revision: 1135534

upgpkg: alacritty 0.10.1-1

Modified:
  alacritty/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-02-21 00:59:39 UTC (rev 1135533)
+++ PKGBUILD    2022-02-21 02:38:21 UTC (rev 1135534)
@@ -5,8 +5,8 @@
 # Contributor: quininer <[email protected]>
 pkgname='alacritty'
 pkgdesc="A cross-platform, GPU-accelerated terminal emulator"
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.10.1
+pkgrel=1
 arch=('x86_64')
 url="https://github.com/alacritty/alacritty";
 license=('Apache')
@@ -15,7 +15,8 @@
 checkdepends=('ttf-dejavu') # for monospace fontconfig test
 optdepends=('ncurses: for alacritty terminfo database')
 source=("git+$url.git#tag=v${pkgver}?signed")
-validpgpkeys=('4DAA67A9EA8B91FCC15B699C85CDAE3C164BA7B4') # Christian Dürr
+validpgpkeys=('4DAA67A9EA8B91FCC15B699C85CDAE3C164BA7B4'  # Christian Dürr 
<[email protected]>
+              'A56EF308A9F1256C25ACA3807EA8F8B94622A6A9') # Kirill Chibisov 
<[email protected]>
 sha256sums=('SKIP')
 
 prepare() {

Reply via email to