From b35583f5a3d4f76354afbfadc60a46d3b575b547 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 20 Oct 2011 00:58:27 -0400 Subject: [PATCH] fixed pkgbuild --- extra/kdebindings-python/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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}"