Update to v0.2.0 & remove submodules

patch-6ee5522513d8ef3f2bb53d8fc09b93876f919a8a
Konstantinos Sideris 2018-03-05 20:29:21 +02:00
parent 86226c3775
commit dceca9ffa8
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = nheko-git
pkgdesc = Desktop client for the Matrix protocol
pkgver = 0.1.0.r347.e1a4458a
pkgver = 0.2.0.r347.e1a4458a
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.1.0.r347.e1a4458a
pkgver=0.2.0.r520.d703377a
pkgrel=1
pkgdesc="Desktop client for the Matrix protocol"
arch=("i686" "x86_64")
@ -17,12 +17,11 @@ md5sums=("SKIP")
prepare() {
cd "$pkgname"
git submodule update --init --recursive
}
pkgver() {
cd "$pkgname"
printf "0.1.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
printf "0.2.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {