mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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')
|
groups=('kdebindings')
|
||||||
depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla' 'boost-libs')
|
depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla' 'boost-libs')
|
||||||
makedepends=('cmake' 'automoc4' 'boost')
|
makedepends=('cmake' 'automoc4' 'boost')
|
||||||
source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.bz2")
|
source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.bz2"
|
||||||
sha1sums=('cc7844851110697f06da60cf4a1ee527eda76087')
|
"pykde4-4.4.4-arm-sip.patch")
|
||||||
|
sha1sums=('cc7844851110697f06da60cf4a1ee527eda76087'
|
||||||
|
'20d37a8b127eebffc4556352168786036969ee78')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/pykde4-${pkgver}"
|
cd "${srcdir}/pykde4-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue