summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Donofry2019-05-12 14:32:16 -0400
committerJoseph Donofry2019-05-12 14:32:16 -0400
commit87b4c85be3ef1cc48e82c6ceae990f208ab0a9f4 (patch)
tree95eb345b8598894e1f097396900d3670c523ec94
parente07b4dbb5276d1cb56c8872127265e76d3d29133 (diff)
downloadaur-87b4c85be3ef1cc48e82c6ceae990f208ab0a9f4.tar.gz
Update to Nheko-Reborn repo and change version info.
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eddb389cba55..cb13e15a495a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
# Maintainer: Joseph Donofry <joe at joedonofry dot com>
pkgname=nheko-git
-pkgver=0.5.0.r732.96a2c614
+pkgver=0.6.3.r1020.be5287a
pkgrel=1
pkgdesc="Desktop client for the Matrix protocol"
arch=("i686" "x86_64")
-url="https://github.com/mujx/nheko"
+url="https://github.com/Nheko-Reborn/nheko"
license=("GPL3")
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")
conflicts=("nheko")
-source=($pkgname::git://github.com/mujx/nheko.git)
+source=($pkgname::git://github.com/Nheko-Reborn/nheko.git)
md5sums=("SKIP")
prepare() {
@@ -25,7 +25,7 @@ prepare() {
pkgver() {
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() {