diff options
-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() { |