diff options
author | James Meyer <james.meyer@operamail.com> | 2009-08-17 17:16:35 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-08-17 17:16:35 (GMT) |
commit | 23303f8dca019bfce8b23517447d8987a3531f07 (patch) | |
tree | fffaec25a04fe7c34dc348cfb4572720cc8db1d7 /abs/core-testing/hdhomerun/PKGBUILD | |
parent | 997dbedae9ea47fbb46ec15f8827cf1a8065c11e (diff) | |
parent | 6361f26251ab679de77f9db79b16632df05a8235 (diff) | |
download | linhes_pkgbuild-23303f8dca019bfce8b23517447d8987a3531f07.zip linhes_pkgbuild-23303f8dca019bfce8b23517447d8987a3531f07.tar.gz linhes_pkgbuild-23303f8dca019bfce8b23517447d8987a3531f07.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
* 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD:
Kernel26:Patch for EXT4 data loss.
hdhomerun:Updated to latest lib and firmware.
mythinstall: add help message for initial res setting
Diffstat (limited to 'abs/core-testing/hdhomerun/PKGBUILD')
-rwxr-xr-x | abs/core-testing/hdhomerun/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/core-testing/hdhomerun/PKGBUILD b/abs/core-testing/hdhomerun/PKGBUILD index 0a327b9..3e1a064 100755 --- a/abs/core-testing/hdhomerun/PKGBUILD +++ b/abs/core-testing/hdhomerun/PKGBUILD @@ -1,14 +1,14 @@ pkgname=hdhomerun -pkgver=20090415 +pkgver=20090806 pkgrel=1 pkgdesc="utils and firmware needed for the hdhomerun" arch=(i686 x86_64) url="http://www.silicondust.com" -firmware=hdhomerun_atsc_firmware_20090415.bin -firmware2=hdhomerun_dvbt_firmware_20090415.bin -firmware3=hdhomerun_tech_atsc_firmware_20090415.bin +firmware=hdhomerun_atsc_firmware_$pkgver.bin +firmware2=hdhomerun_dvbt_firmware_$pkgver.bin +firmware3=hdhomerun_tech_atsc_firmware_$pkgver.bin url=http://download.silicondust.com/hdhomerun -source=("$url/libhdhomerun_20090415.tgz" "$url/$firmware" "$url/$firmware2" "$url/$firmware3" ) +source=("$url/libhdhomerun_$pkgver.tgz" "$url/$firmware" "$url/$firmware2" "$url/$firmware3" ) build() { |