summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorderfenix2020-12-23 13:44:51 +0300
committerderfenix2020-12-23 13:44:51 +0300
commit7b0c32184414102a9d67847162ce2929839bc279 (patch)
tree2fbc3f724996528d8f41fc86b123b2511b8bdef0
parent8b8d50dba37227907b54b5d2168b37f25b56c023 (diff)
downloadaur-7b0c32184414102a9d67847162ce2929839bc279.tar.gz
fix deps, bum version
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24579ecc7240..fbda49b61708 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = neochat-git
pkgdesc = A client for matrix, the decentralized communication protocol
- pkgver = r1268.6482f08
+ pkgver = r1280.8f348eb
pkgrel = 1
url = https://invent.kde.org/network/neochat
arch = i686
arch = x86_64
license = GPL3
- makedepends = cmark
makedepends = cmake>=3.1.0
makedepends = git
makedepends = extra-cmake-modules
@@ -24,6 +23,7 @@ pkgbase = neochat-git
depends = kcoreaddons>=5.74.0
depends = kquickimageeditor
depends = kdbusaddons
+ depends = cmark
provides = neochat
conflicts = neochat
source = neochat::git+https://invent.kde.org/network/neochat.git
diff --git a/PKGBUILD b/PKGBUILD
index bff68eb81ff0..579a5451ce3c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor: derfenix <derfenix@gmail.com>
pkgname=neochat-git
-pkgver=r1268.6482f08
+pkgver=r1280.8f348eb
pkgrel=1
pkgdesc="A client for matrix, the decentralized communication protocol"
arch=('i686' 'x86_64')
url="https://invent.kde.org/network/neochat"
license=('GPL3')
-depends=('libquotient-git' 'qtkeychain' 'qt5-quickcontrols2>=5.15.0' 'qt5-multimedia>=5.15.0' 'qt5-svg>=5.15.0' 'qt5-base>=5.15.0' 'kirigami2>=5.74.0' 'kitemmodels>=5.74.0' 'ki18n>=5.74.0' 'knotifications>=5.74.0' 'kconfig>=5.74.0' 'kcoreaddons>=5.74.0' 'kquickimageeditor' 'kdbusaddons')
-makedepends=('cmark' 'cmake>=3.1.0' 'git' 'extra-cmake-modules')
+depends=('libquotient-git' 'qtkeychain' 'qt5-quickcontrols2>=5.15.0' 'qt5-multimedia>=5.15.0' 'qt5-svg>=5.15.0' 'qt5-base>=5.15.0' 'kirigami2>=5.74.0' 'kitemmodels>=5.74.0' 'ki18n>=5.74.0' 'knotifications>=5.74.0' 'kconfig>=5.74.0' 'kcoreaddons>=5.74.0' 'kquickimageeditor' 'kdbusaddons' 'cmark')
+makedepends=('cmake>=3.1.0' 'git' 'extra-cmake-modules')
source=("neochat::git+https://invent.kde.org/network/neochat.git")
conflicts=('neochat')
provides=('neochat')