diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-09-17 23:45:50 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-09-17 23:45:50 (GMT) |
commit | 30f7e031514dab56e9180348251b1c53004c9369 (patch) | |
tree | 3e9306cc6f9e6eb3bab9928853bc6bf589cf7d7a /abs/core/mythinstall/PKGBUILD | |
parent | 793b22df8b6043ea62db94fe38ca5336b271b42f (diff) | |
download | linhes_pkgbuild-30f7e031514dab56e9180348251b1c53004c9369.zip linhes_pkgbuild-30f7e031514dab56e9180348251b1c53004c9369.tar.gz linhes_pkgbuild-30f7e031514dab56e9180348251b1c53004c9369.tar.bz2 |
mythinstall: fixes building against mythtv 29
Diffstat (limited to 'abs/core/mythinstall/PKGBUILD')
-rw-r--r-- | abs/core/mythinstall/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/mythinstall/PKGBUILD b/abs/core/mythinstall/PKGBUILD index 93a8f00..73c44fe 100644 --- a/abs/core/mythinstall/PKGBUILD +++ b/abs/core/mythinstall/PKGBUILD @@ -1,11 +1,11 @@ # Maintainer: Jams pkgname=mythinstall -pkgver=8.4.3 +pkgver=8.5 pkgrel=2 pkgdesc="LinHES installer/systemconfig GUI." arch=('i686' 'x86_64') -depends=('mythtv>=0.28') -makedepends=('mythtv>=0.28') +depends=('mythtv>=29') +makedepends=('mythtv>=29') logofiles=`ls logo*.png` source=('install-ui.xml' $logofiles) |