[arch-commits] Commit in alacritty/trunk (PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Thu Jan 31 06:05:01 UTC 2019


    Date: Thursday, January 31, 2019 @ 06:05:00
  Author: farseerfc
Revision: 428688

upgpkg: alacritty 0.2.7-2

alacritty add optdepends on alacritty-terminfo

Modified:
  alacritty/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-31 02:49:24 UTC (rev 428687)
+++ PKGBUILD	2019-01-31 06:05:00 UTC (rev 428688)
@@ -7,7 +7,7 @@
 pkgdesc="A cross-platform, GPU-accelerated terminal emulator"
 _pkgver=0.2.7
 pkgver=$_pkgver
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://github.com/jwilm/alacritty"
 license=('Apache')
@@ -27,6 +27,7 @@
 
 package_alacritty() {
   depends=('freetype2' 'fontconfig' 'xclip' 'libxi' 'libxcursor')
+  optdepends=('alacritty-terminfo: terminfo for alacritty')
   
   cd $pkgbase-$_pkgver
   desktop-file-install -m 644 --dir "$pkgdir/usr/share/applications/" "alacritty.desktop"



More information about the arch-commits mailing list