summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquininer2019-05-05 23:19:35 +0800
committerquininer2019-05-05 23:19:35 +0800
commit6b1ea497d48972c56345630bbe8b6ae0f74625d8 (patch)
treec9c3f2ae52842bb6a5b835e467273df955350261
parent3161d266e73f922afc5df54da7f9567f116414c5 (diff)
downloadaur-6b1ea497d48972c56345630bbe8b6ae0f74625d8.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22404f00d453..b4a7998f8f6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = alacritty-git
- pkgver = 0.3.2.1202.g34c54e7
+ pkgver = 0.3.2.1203.gf3cc7c4
pkgrel = 1
url = https://github.com/jwilm/alacritty
arch = x86_64
@@ -13,6 +13,8 @@ pkgbase = alacritty-git
makedepends = git
makedepends = ncurses
makedepends = desktop-file-utils
+ makedepends = python
+ makedepends = libxcb
source = alacritty::git+https://github.com/jwilm/alacritty.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ee35fbebbbf2..2f4ffb0229d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=('alacritty-git' 'alacritty-terminfo-git')
_pkgname="alacritty"
-pkgver=0.3.2.1202.g34c54e7
+pkgver=0.3.2.1203.gf3cc7c4
pkgrel=1
arch=('x86_64' 'i686')
url="https://github.com/jwilm/alacritty"
license=('Apache-2.0')
-makedepends=('rust' 'cargo' 'cmake' 'fontconfig' 'freetype2' 'git' 'ncurses' 'desktop-file-utils')
+makedepends=('rust' 'cargo' 'cmake' 'fontconfig' 'freetype2' 'git' 'ncurses' 'desktop-file-utils' 'python' 'libxcb')
source=("$_pkgname::git+https://github.com/jwilm/alacritty.git")
sha256sums=('SKIP')