diff --git a/extra/kdebindings-python/PKGBUILD b/extra/kdebindings-python/PKGBUILD index bd85ddb6a..c6770c60e 100644 --- a/extra/kdebindings-python/PKGBUILD +++ b/extra/kdebindings-python/PKGBUILD @@ -16,8 +16,10 @@ license=('GPL' 'LGPL' 'FDL') groups=('kdebindings') depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla' 'boost-libs') makedepends=('cmake' 'automoc4' 'boost') -source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.bz2") -sha1sums=('cc7844851110697f06da60cf4a1ee527eda76087') +source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.bz2" + "pykde4-4.4.4-arm-sip.patch") +sha1sums=('cc7844851110697f06da60cf4a1ee527eda76087' + '20d37a8b127eebffc4556352168786036969ee78') build() { cd "${srcdir}/pykde4-${pkgver}"