mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
fixed pkgbuild
This commit is contained in:
parent
85605fcfa8
commit
b35583f5a3
1 changed files with 4 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue