summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Steel2016-04-02 19:28:03 +0100
committerJonathan Steel2016-04-02 19:28:03 +0100
commitaf9cdf909628b538083ce51d31e77f4a4d7b9ad7 (patch)
treed647712e3203ec2230bb84c2303c29c545a3ca3d /PKGBUILD
parent398c3714879465f5aa74eeb4930440d720e52287 (diff)
downloadaur-af9cdf909628b538083ce51d31e77f4a4d7b9ad7.tar.gz
Fix source names
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1eb2c34483c1..6172fd5f5996 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,19 @@
# Contributor: Michael Mansell <michael.mansell@gmail.com>
pkgname=flirc-bin
+_pkgname=flirc
_pkgver=1.4.4-1
pkgver=${_pkgver/-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="CLI and GUI application to program your Flirc device"
arch=('i686' 'x86_64')
url="http://flirc.tv"
license=('unknown')
-depends=('qt4' 'libusbx')
+depends=('qt4' 'libusb')
provides=('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")
+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=('8c76190fe27c3dfdf4147d2fbc3019be')
md5sums_x86_64=('0e855cdcfd40498368647f48939d8980')