Update to 0.6.4
This commit is contained in:
parent
f7723b905c
commit
f002961f21
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = nheko-git
|
pkgbase = nheko-git
|
||||||
pkgdesc = Desktop client for the Matrix protocol
|
pkgdesc = Desktop client for the Matrix protocol
|
||||||
pkgver = 0.6.3.r1020.be5287a
|
pkgver = 0.6.4.r1020.be5287a
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Nheko-Reborn/nheko
|
url = https://github.com/Nheko-Reborn/nheko
|
||||||
arch = i686
|
arch = i686
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -25,7 +25,7 @@ prepare() {
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "$pkgname"
|
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() {
|
build() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue