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

Jiachen Yang farseerfc at archlinux.org
Fri Jul 26 05:42:26 UTC 2019


    Date: Friday, July 26, 2019 @ 05:42:25
  Author: farseerfc
Revision: 492814

upgpkg: alacritty 0.3.3-3

alacritty add libxrandr as dependency

Modified:
  alacritty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-26 03:36:02 UTC (rev 492813)
+++ PKGBUILD	2019-07-26 05:42:25 UTC (rev 492814)
@@ -7,7 +7,7 @@
 pkgdesc="A cross-platform, GPU-accelerated terminal emulator"
 _pkgver=0.3.3
 pkgver=$_pkgver
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="https://github.com/jwilm/alacritty"
 license=('Apache')
@@ -34,7 +34,7 @@
 }
 
 package_alacritty() {
-  depends=('freetype2' 'fontconfig' 'libxi' 'libxcursor')
+  depends=('freetype2' 'fontconfig' 'libxi' 'libxcursor' 'libxrandr')
   optdepends=('alacritty-terminfo: terminfo for alacritty')
   
   cd $pkgbase-$_pkgver



More information about the arch-commits mailing list