Update to Nheko-Reborn repo and change version info.

master
Joseph Donofry 2019-05-12 14:32:16 -04:00
parent e07b4dbb52
commit 87b4c85be3
1 changed files with 5 additions and 5 deletions

View File

@ -2,21 +2,21 @@
# Maintainer: Joseph Donofry <joe at joedonofry dot com> # Maintainer: Joseph Donofry <joe at joedonofry dot com>
pkgname=nheko-git pkgname=nheko-git
pkgver=0.5.0.r732.96a2c614 pkgver=0.6.3.r1020.be5287a
pkgrel=1 pkgrel=1
pkgdesc="Desktop client for the Matrix protocol" pkgdesc="Desktop client for the Matrix protocol"
arch=("i686" "x86_64") arch=("i686" "x86_64")
url="https://github.com/mujx/nheko" url="https://github.com/Nheko-Reborn/nheko"
license=("GPL3") license=("GPL3")
depends=("qt5-base" "lmdb" "qt5-multimedia" "qt5-svg" "boost" "libsodium" "openssl" "cmark") depends=("qt5-base" "lmdb" "qt5-multimedia" "qt5-svg" "boost" "libsodium" "openssl" "cmark")
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools") makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools" "nlohmann-json")
provides=("nheko") provides=("nheko")
conflicts=("nheko") conflicts=("nheko")
source=($pkgname::git://github.com/mujx/nheko.git) source=($pkgname::git://github.com/Nheko-Reborn/nheko.git)
md5sums=("SKIP") md5sums=("SKIP")
prepare() { prepare() {
@ -25,7 +25,7 @@ prepare() {
pkgver() { pkgver() {
cd "$pkgname" cd "$pkgname"
printf "0.5.5.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" printf "0.6.3.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
} }
build() { build() {