diff options
Diffstat (limited to 'abs/core/libhdhomerun/PKGBUILD')
-rw-r--r-- | abs/core/libhdhomerun/PKGBUILD | 38 |
1 files changed, 23 insertions, 15 deletions
diff --git a/abs/core/libhdhomerun/PKGBUILD b/abs/core/libhdhomerun/PKGBUILD index 7bd3a2a..018ca37 100644 --- a/abs/core/libhdhomerun/PKGBUILD +++ b/abs/core/libhdhomerun/PKGBUILD @@ -1,6 +1,6 @@ pkgname=libhdhomerun -pkgver=20110323 -pkgrel=2 +pkgver=20110925a +pkgrel=1 pkgdesc="utils and firmware needed for the hdhomerun" arch=('i686' 'x86_64') url="http://www.silicondust.com" @@ -10,10 +10,13 @@ license=('GPL3') replaces=('hdhomerun') _firmware1=hdhomerun_atsc_firmware_${pkgver}.bin _firmware2=hdhomerun_dvbt_firmware_${pkgver}.bin -_firmware3=hdhomerun_tech_atsc_firmware_${pkgver}.bin -_firmware4=hdhomerun3_atsc_firmware_${pkgver}.bin -_firmware5=hdhomerun3_dvbt_firmware_${pkgver}.bin -_firmware6=hdhomerun3_dvbtc_firmware_${pkgver}.bin +_firmware3=hdhomerun3_atsc_firmware_${pkgver}.bin +_firmware4=hdhomerun3_dvbt_firmware_${pkgver}.bin +_firmware5=hdhomerun3_dvbtc_firmware_${pkgver}.bin +_firmware6=hdhomerun3_cablecard_firmware_${pkgver}.bin +_firmware7=hdhomerun_tech_atsc_firmware_${pkgver}.bin +_firmware8=hdhomerun3_tech_atsc_firmware_${pkgver}.bin +_firmware9=hdhomerun3_tech_dvbtc_firmware_${pkgver}.bin _url2=http://download.silicondust.com/hdhomerun source=("${_url2}/libhdhomerun_${pkgver}.tgz" "${_url2}/${_firmware1}" @@ -21,7 +24,10 @@ source=("${_url2}/libhdhomerun_${pkgver}.tgz" "${_url2}/${_firmware3}" "${_url2}/${_firmware4}" "${_url2}/${_firmware5}" - "${_url2}/${_firmware6}") + "${_url2}/${_firmware6}" + "${_url2}/${_firmware7}" + "${_url2}/${_firmware8}" + "${_url2}/${_firmware9}") #"${_url2}/hdhomerun_config_gui_${pkgver}.tgz") build() { @@ -48,11 +54,13 @@ package() { install -D ${srcdir}/${file} ${pkgdir}/lib/firmware/ done } -md5sums=('5d318777b7779aafd2427bdd57775613' - 'c9baa14996a50a5a2d22d58c4f424b01' - '22675bda3f1c7a7771068318bdbda288' - '829ca4319fbafaf327cac4516c72635a' - '6da45e1d2759d4da790c75ee107103f2' - '8d3852ff7454c0a0eb4c6783c30b5a4e' - 'a3c0a626d56582728c2f853090973aea') - #'b6512efae4ad3cf4ee43b9d6d11ac629') +md5sums=('a5ce955e287ef5a461067ec76a174cf4' + '9dedecc1d4b4f4e49cac2f16b6e1869f' + 'e4073ec7cb0af8ca44019acbd0cdb64f' + 'b3c7fc8482760da747fd93e858677681' + 'f9e2af57fbd8cb3d8bad132639bbc62c' + '0dafd968ea9bf7e4d154aad71ea9586d' + 'a50dae85d079049cf2c0af969a8516bf' + '9b80487e02c1fec6a74adeaba26c8372' + 'f34d8a819be140874662a48e9225d0cd' + 'af9d51b83b2d0c6e05e90a3704ff7003') |