summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquininer kel2016-12-12 17:21:38 +0800
committerquininer kel2016-12-12 17:21:38 +0800
commit859e6e865443696380cdb9cd1930f0ced520067b (patch)
tree16cb5fa45ccd88ce390aa6d635a879bad38d78fc /PKGBUILD
parent193f971e69df25eb53b55025223686860783dcb2 (diff)
downloadaur-859e6e865443696380cdb9cd1930f0ced520067b.tar.gz
update
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
}