author | Felix Yan
<felixonmars@archlinux.org> 2015-02-27 16:04:48 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2015-02-27 16:04:48 UTC |
parent | d5082ab5e05792f35180632f73de468b783e97ba |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index d2224f9..7602bb1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,12 +3,12 @@ pkgname=kimageformats pkgver=5.7.0 -pkgrel=1 +pkgrel=2 pkgdesc='Image format plugins for Qt5' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/frameworks/kimageformats' license=('LGPL') -depends=('qt5-base' 'jasper' 'openexr') +depends=('qt5-base' 'openexr') makedepends=('extra-cmake-modules') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")