summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2018-08-24 17:05:25 +0200
committerbartus2018-08-24 17:05:25 +0200
commit6db4d771249b7254403010a7a5ab1e368f30e62c (patch)
tree9ce8cbe252b26e09f2af5e4950d7085b2310eb28 /PKGBUILD
parent48e55a91d8805e23e1184589a5dc6179c860ea5e (diff)
downloadaur-6db4d771249b7254403010a7a5ab1e368f30e62c.tar.gz
move deps inside package function
to cop with deps cycle phonon-qt4->phonon-qt4-backend->phonon-qt4->...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a4f6231c4bb..507e930f34b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
pkgname=phonon-qt4
pkgver=4.10.1
-pkgrel=1
+pkgrel=2
pkgdesc="The multimedia framework for KDE4"
arch=(x86_64)
-depends=(qt4 libpulse phonon-qt4-backend)
optdepends=('pulseaudio: PulseAudio support')
makedepends=(extra-cmake-modules libpulse qt4)
url='http://phonon.kde.org/'
@@ -30,6 +29,9 @@ build() {
}
package(){
+
+ depends=(qt4 libpulse phonon-qt4-backend)
+
cd build
make DESTDIR="$pkgdir" install