author | Antonio Rojas
<arojas@archlinux.org> 2015-11-13 22:37:42 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2015-11-13 22:37:42 UTC |
parent | 1687bafcc7a18dbfc48784e0da0b92dc6b59dc70 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 24fb75d..afafbe5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,12 +3,12 @@ pkgname=frameworkintegration pkgver=5.16.0 -pkgrel=1 +pkgrel=2 pkgdesc='Framework providing components to allow applications to integrate with a KDE Workspace' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/frameworks/frameworkintegration' license=('LGPL') -depends=('kio' 'ttf-oxygen' 'libxcursor') +depends=('kio' 'ttf-oxygen' 'noto-fonts' 'libxcursor') makedepends=('extra-cmake-modules') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")