diff options
Diffstat (limited to 'abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD')
-rw-r--r-- | abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD index ac8f77b..0e68ac7 100644 --- a/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD +++ b/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('mytharchive' 'mythweather' 'mythzoneminder') pkgver=0.27.4 -pkgrel=4 +pkgrel=5 arch=('i686' 'x86_64') url="http://www.mythtv.org" license=('GPL') @@ -43,7 +43,7 @@ build() { --python=/usr/bin/python2 msg "Compiling mythplugins" - qmake mythplugins.pro || return 1 + qmake-qt4 mythplugins.pro || return 1 make || return 1 } |