Update to 0.7.0 development branch

master
Joseph Donofry 2019-06-18 14:10:41 -04:00
parent f002961f21
commit 64037a08bc
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -2,7 +2,7 @@
# Maintainer: Joseph Donofry <joe at joedonofry dot com>
pkgname=nheko-git
pkgver=0.6.3.r1020.be5287a
pkgver=0.7.0.r1050.cfd6c57
pkgrel=1
pkgdesc="Desktop client for the Matrix protocol"
arch=("i686" "x86_64")
@ -16,7 +16,7 @@ makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools")
provides=("nheko")
conflicts=("nheko")
source=($pkgname::git://github.com/Nheko-Reborn/nheko.git)
source=($pkgname::git://github.com/Nheko-Reborn/nheko.git#branch=0.7.0-dev)
md5sums=("SKIP")
prepare() {
@ -25,7 +25,7 @@ prepare() {
pkgver() {
cd "$pkgname"
printf "0.6.4.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
printf "0.7.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {