diff --git a/.SRCINFO b/.SRCINFO index 723d44e..b611876 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = nheko-git pkgdesc = Desktop client for the Matrix protocol - pkgver = 0.8.1.r189.g87bf761d + pkgver = 0.8.2.r156.gfddc558b pkgrel = 1 url = https://github.com/Nheko-Reborn/nheko arch = i686 @@ -22,7 +22,6 @@ pkgbase = nheko-git depends = qt5-declarative depends = qtkeychain-qt5 depends = boost-libs - depends = libsodium depends = cmark depends = openssl depends = hicolor-icon-theme @@ -33,7 +32,6 @@ pkgbase = nheko-git depends = libnice depends = libolm depends = spdlog - depends = tweeny provides = nheko conflicts = nheko source = nheko-git::git+https://github.com/Nheko-Reborn/nheko.git#branch=master diff --git a/PKGBUILD b/PKGBUILD index 2b8b0b1..0d2d1e4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Joseph Donofry pkgname=nheko-git -pkgver=0.8.1.r189.g87bf761d +pkgver=0.8.2.r156.gfddc558b pkgrel=1 pkgdesc="Desktop client for the Matrix protocol" arch=("i686" "x86_64") @@ -10,7 +10,7 @@ arch=("i686" "x86_64") url="https://github.com/Nheko-Reborn/nheko" license=("GPL3") -depends=("qt5-base" "lmdb" "qt5-graphicaleffects" "qt5-multimedia" "qt5-svg" "qt5-quickcontrols2" "qt5-declarative" "qtkeychain-qt5" "boost-libs" "libsodium" "cmark" "openssl" "hicolor-icon-theme" "gstreamer" "gst-plugins-base" "gst-plugins-good" "gst-plugins-bad" "libnice" "libolm" "spdlog" "tweeny") +depends=("qt5-base" "lmdb" "qt5-graphicaleffects" "qt5-multimedia" "qt5-svg" "qt5-quickcontrols2" "qt5-declarative" "qtkeychain-qt5" "boost-libs" "cmark" "openssl" "hicolor-icon-theme" "gstreamer" "gst-plugins-base" "gst-plugins-good" "gst-plugins-bad" "libnice" "libolm" "spdlog" ) makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools" "nlohmann-json" "boost") provides=("nheko")