diff options
Diffstat (limited to 'libre/kio/PKGBUILD')
-rw-r--r-- | libre/kio/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/kio/PKGBUILD b/libre/kio/PKGBUILD index d0c6895a3..020636cbd 100644 --- a/libre/kio/PKGBUILD +++ b/libre/kio/PKGBUILD @@ -5,12 +5,12 @@ pkgname=kio pkgver=5.32.0 -pkgrel=2.parabola1 +pkgrel=2.parabola2 pkgdesc='Resource and network access abstraction, without non-privacy search engines' arch=('i686' 'x86_64' 'armv7h') url='https://community.kde.org/Frameworks' license=('LGPL') -depends=('solid' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' 'desktop-file-utils' 'kinit') +depends=('solid' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' 'desktop-file-utils' 'kinit' 'opengl-driver') makedepends=('extra-cmake-modules' 'kdoctools' 'python') optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 'kdoctools: for the help kioslave' 'knetattach: to add new kio-remote entries') |