quassel: Fix dependencies. Rebuild

This commit is contained in:
Alexey Pavlov
2019-05-20 10:28:52 +03:00
parent 1fd9b76e4e
commit 23d3eda07c

View File

@@ -7,7 +7,7 @@ _realname=quassel
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.13.1
pkgrel=1
pkgrel=2
pkgdesc="Next-generation distributed IRC client (mingw-w64)"
arch=('any')
url="http://quassel-irc.org/"
@@ -15,7 +15,7 @@ license=('GPL')
makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-gcc")
depends=("${MINGW_PACKAGE_PREFIX}-qt5"
"${MINGW_PACKAGE_PREFIX}-qca-qt5-git"
"${MINGW_PACKAGE_PREFIX}-qca-qt5"
#"${MINGW_PACKAGE_PREFIX}-extra-cmake-modules" #TODO: only needed with WITH_KDE=ON
"${MINGW_PACKAGE_PREFIX}-Snorenotify"
"${MINGW_PACKAGE_PREFIX}-sonnet-qt5")