To enable other architecture, you should go back to apt.flirc.tv/arch:
…
_pkgver=3.27.19
_pkgarch=arm64
arch=('aarch64')
depends=('libusb' 'hidapi' 'qt5-svg' 'qt5-xmlpatterns')
source=(http://apt.flirc.tv/arch/${_pkgarch}/flirc.latest.${_pkgarch}.tar.gz)
sha256sums=('d88f5563e0b5b656f4c73ac749a66ad419406111971e7ce97196f556e147355e')
build() {
ar x Flirc-${_pkgver}-${_pkgarch}/flirc_${_pkgver}_${_pkgarch}.deb
}
package() {
tar -xf data.tar.gz -C "$pkgdir"
rm "$pkgdir"/Readme.md
}
Pinned Comments
jsteel commented on 2016-04-02 17:40 (UTC)