fixed pkgbuild

This commit is contained in:
Kevin Mihelich 2011-10-20 00:58:27 -04:00
parent 85605fcfa8
commit b35583f5a3

View file

@ -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}"