git » knotifications.git » commit 8bb85f6

Add missing libxtst dependency (FS#68477)

author Antonio Rojas
2020-10-30 14:17:08 UTC
committer Antonio Rojas
2020-10-30 14:17:08 UTC
parent 790ba153b4712bf9b72350cd30e5591874b85b7c

Add missing libxtst dependency (FS#68477)

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 940eb27..c03c359 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 
 pkgname=knotifications
 pkgver=5.75.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Abstraction for system notifications'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
 license=(LGPL)
-depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcoreaddons qt5-speech)
+depends=(libcanberra libdbusmenu-qt5 kwindowsystem kconfig kcoreaddons qt5-speech libxtst)
 makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
 groups=(kf5)
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})