git » kcoreaddons.git » commit cc244df

Rebuild to fix python bindings

author Antonio Rojas
2018-07-16 17:54:45 UTC
committer Antonio Rojas
2018-07-16 17:54:45 UTC
parent fb0228b447ad64d539a4a867d0f948ff20dbc05e

Rebuild to fix python bindings

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 72aca75..f50f705 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 
 pkgname=kcoreaddons
 pkgver=5.48.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Addons to QtCore'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
 license=(LGPL)
-depends=(qt5-base shared-mime-info)
+depends=(qt5-base)
 makedepends=(extra-cmake-modules qt5-tools clang python-pyqt5 doxygen sip)
 optdepends=('python-pyqt5: for the Python bindings')
 groups=(kf5)