summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4df1c357998..c5c29c6bcf41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=alacritty-git
-pkgver=0.1.0.180
+pkgver=0.1.0.222
pkgrel=1
pkgdesc="WORK IN PROGRESS - a terminal"
arch=('x86_64' 'i686')
@@ -20,6 +20,7 @@ pkgver() {
build() {
cd $pkgname
+ cargo update
cargo build --release
}