Update to 0.6.4

master
Joseph Donofry 2019-05-23 21:54:33 -04:00
parent f7723b905c
commit f002961f21
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pkgbase = nheko-git
pkgdesc = Desktop client for the Matrix protocol
pkgver = 0.6.3.r1020.be5287a
pkgver = 0.6.4.r1020.be5287a
pkgrel = 1
url = https://github.com/Nheko-Reborn/nheko
arch = i686

View File

@ -25,7 +25,7 @@ prepare() {
pkgver() {
cd "$pkgname"
printf "0.6.3.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
printf "0.6.4.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {