summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Steel2018-01-21 10:47:06 +0000
committerJonathan Steel2018-01-21 10:47:06 +0000
commit69218dbdade51ffd62cce8162ef79c6b179b8282 (patch)
tree1d59e39633fdba4a607fe7d013be97a7c260d6b5 /PKGBUILD
parent3569d3e60ee63f4e7e2ecad74483ebcff9fb90e8 (diff)
downloadaur-69218dbdade51ffd62cce8162ef79c6b179b8282.tar.gz
3.9.7
Upstream moved source, dropped 32 bit support and switched to qt5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65ac9ed8c040..60ee18e1ff0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,22 +4,20 @@
pkgname=flirc-bin
_pkgname=flirc
-_pkgver=2.6.4-1
+_pkgver=3.9.7
pkgver=${_pkgver/-/.}
pkgrel=1
pkgdesc="CLI and GUI application to program your Flirc device"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://flirc.tv"
license=('unknown')
-depends=('qt4' 'libusb' 'hidapi')
+depends=('qt5' 'libusb' 'hidapi')
provides=('flirc')
conflicts=('flirc')
replaces=('flirc')
-source_i686+=("http://apt.flirc.tv/arch/i386/binary/${_pkgname}_${_pkgver}_i386.deb")
-source_x86_64+=("http://apt.flirc.tv/arch/x86_64/binary/${_pkgname}_${_pkgver}_amd64.deb")
-md5sums_i686=('20fbdbe245257a75bae1481e51319f22')
-md5sums_x86_64=('30f46e2bd09d0ac5053ccaedbf874203')
+source=(${_pkgname}_${_pkgver}_amd64.deb::https://packagecloud.io/Flirc/repo/packages/ubuntu/zesty/${_pkgname}_${_pkgver}_amd64.deb/download.deb)
+md5sums=('4d76b6e51013539fcb5c0624cbf07708')
package() {
- tar -xf data.tar.xz -C "$pkgdir"
+ tar -xf data.tar.gz -C "$pkgdir"
}