summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 9 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bed8916e514e..ad46f60a0999 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,20 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=libkdcraw-frameworks-git
-pkgver=5.0.0.r1065.e1a7d02
+pkgver=5.0.0.r1094.755c55c
pkgrel=1
pkgdesc="A C++ interface used to decode RAW picture. KF5 Frameworks branch. (GIT version)"
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw'
license=('GPL' 'LGPL' 'FDL')
-depends=('kconfig' 'ki18n' 'libraw' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'git' 'python')
+depends=('qt5-base'
+ 'libraw'
+ )
+makedepends=('extra-cmake-modules'
+ 'kdoctools'
+ 'git'
+ 'python'
+ )
conflicts=('libkdcraw')
source=('git://anongit.kde.org/libkdcraw#branch=frameworks')
sha1sums=('SKIP')