diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-26 15:17:22 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-26 15:17:22 (GMT) |
commit | 047f11680d23decf484bcffd2c0c0889226a0b48 (patch) | |
tree | 6801681a70f9e45eae68536b50a7dd1c7011785d | |
parent | 830a8e650dfde188f3ab921691e5ce0398c139ec (diff) | |
download | linhes_pkgbuild-047f11680d23decf484bcffd2c0c0889226a0b48.zip linhes_pkgbuild-047f11680d23decf484bcffd2c0c0889226a0b48.tar.gz linhes_pkgbuild-047f11680d23decf484bcffd2c0c0889226a0b48.tar.bz2 |
scanfw, scte65scan: added x86_64
-rw-r--r-- | abs/extra/scanfw/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/extra/scte65scan/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/scanfw/PKGBUILD b/abs/extra/scanfw/PKGBUILD index 21d4f29..e320880 100644 --- a/abs/extra/scanfw/PKGBUILD +++ b/abs/extra/scanfw/PKGBUILD @@ -3,7 +3,7 @@ pkgname=scanfw pkgver=98d.beta pkgrel=1 pkgdesc="A CCI scanner for MythTV" -arch=('i686') +arch=('i686' 'x86_64' ) url="https://help.ubuntu.com/community/MythTV_Firewire/scanfw" license=('GPL2') depends=('libraw1394' 'libiec61883' 'libavc1394') diff --git a/abs/extra/scte65scan/PKGBUILD b/abs/extra/scte65scan/PKGBUILD index 221b7ba..1d15ce0 100644 --- a/abs/extra/scte65scan/PKGBUILD +++ b/abs/extra/scte65scan/PKGBUILD @@ -3,7 +3,7 @@ pkgname=scte65scan pkgver=0.2.1 pkgrel=1 pkgdesc="A reader and parser of SCTE-65 in-band SI data with HDHomerun support." -arch=('i686') +arch=('i686' 'x86_64') url="http://scte65scan.sourceforge.net/" license=('GPL') source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tgz http://download.silicondust.com/hdhomerun/libhdhomerun_20090830.tgz) |