Update version to v0.2.1

This commit is contained in:
Konstantinos Sideris 2018-03-14 19:33:36 +02:00
parent dceca9ffa8
commit 9628c9f420
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Konstantinos Sideris <siderisk at auth dot gr>
pkgname=nheko-git
pkgver=0.2.0.r520.d703377a
pkgver=0.2.1.r520.d703377a
pkgrel=1
pkgdesc="Desktop client for the Matrix protocol"
arch=("i686" "x86_64")
@ -21,7 +21,7 @@ prepare() {
pkgver() {
cd "$pkgname"
printf "0.2.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
printf "0.2.1.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {