Update version to v0.2.1

patch-6ee5522513d8ef3f2bb53d8fc09b93876f919a8a
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,6 +1,6 @@
pkgbase = nheko-git
pkgdesc = Desktop client for the Matrix protocol
pkgver = 0.2.0.r347.e1a4458a
pkgver = 0.2.1.r520.d703377a
pkgrel = 1
url = https://github.com/mujx/nheko
arch = i686

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() {