diff options
author | Britney Fransen <brfransen@gmail.com> | 2015-09-02 22:42:27 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2015-09-02 22:42:27 (GMT) |
commit | 28cc8bad3efc117db88d38e19e7d9a8a75efbe75 (patch) | |
tree | 6a3e9f90e43096324d028d115fc04ab4144c3cf4 /abs/core/mythinstall/PKGBUILD | |
parent | 848e967b25b1e9baedc07d7bb5cf74b3b024b14b (diff) | |
download | linhes_pkgbuild-28cc8bad3efc117db88d38e19e7d9a8a75efbe75.zip linhes_pkgbuild-28cc8bad3efc117db88d38e19e7d9a8a75efbe75.tar.gz linhes_pkgbuild-28cc8bad3efc117db88d38e19e7d9a8a75efbe75.tar.bz2 |
mythinstall: simplify default device to 1 list
there are some cards that we identify wrong as analog or digital so to remove confusion just offer 1 list with all found devices
Diffstat (limited to 'abs/core/mythinstall/PKGBUILD')
-rw-r--r-- | abs/core/mythinstall/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/mythinstall/PKGBUILD b/abs/core/mythinstall/PKGBUILD index 54e6266..e053c0d 100644 --- a/abs/core/mythinstall/PKGBUILD +++ b/abs/core/mythinstall/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jams pkgname=mythinstall pkgver=8.3 -pkgrel=10 +pkgrel=11 pkgdesc="LinHES installer/systemconfig GUI." arch=('i686' 'x86_64') depends=('mythtv>=0.27') |