Date: Tuesday, June 1, 2021 @ 13:24:41 Author: arojas Revision: 952976
Update to 1.2.0 Modified: neochat/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-01 13:23:16 UTC (rev 952975) +++ PKGBUILD 2021-06-01 13:24:41 UTC (rev 952976) @@ -2,16 +2,16 @@ # Contributor: derfenix <[email protected]> pkgname=neochat -pkgver=1.1.1 +pkgver=1.2.0 pkgrel=1 pkgdesc='A client for matrix, the decentralized communication protocol' license=(GPL3) arch=(x86_64) url='https://apps.kde.org/neochat' -depends=(kirigami2 kdbusaddons ki18n knotifications libquotient kquickimageeditor kitemmodels qt5-svg qtkeychain-qt5 cmark hicolor-icon-theme) +depends=(qqc2-desktop-style kdbusaddons knotifications libquotient kquickimageeditor kitemmodels qt5-svg qtkeychain-qt5 cmark hicolor-icon-theme) makedepends=(extra-cmake-modules) -source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('dcaecf35fadffe298d849955b39f5d193161df6d6388ce402b4207a24b06757b' +source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('8ee4b5f61db7d43c902115e0be01f2b587100183b382596473922e9a42749de6' 'SKIP') validpgpkeys=(B3ED0BAE371BEDA00717921D18F4795C1CE7042B) # Carl Schwan <[email protected]>
