summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Steel2022-10-26 13:25:42 +0100
committerJonathan Steel2022-10-26 13:26:21 +0100
commite5551e61f2232cbe91455b9cf5dfb5a8625da0a1 (patch)
treec1ad5dea1ded1470e4c4e341af19cab0099381ed /PKGBUILD
parenta0866a18b9dc87f7915e1f9e566ed6cfb540ee2b (diff)
downloadaur-e5551e61f2232cbe91455b9cf5dfb5a8625da0a1.tar.gz
Fix missing source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03169d8e5c15..db6e8ff7b027 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@ depends=('libusb' 'hidapi' 'qt5-svg' 'qt5-xmlpatterns' 'readline6')
provides=('flirc')
conflicts=('flirc')
replaces=('flirc')
-source=(https://apt.fury.io/flirc/${_pkgname}-${_pkgver}-amd64)
-md5sums=('5759c5894e2ff7d9c194f9330697194f')
+source=(http://apt.flirc.tv/arch/x86_64/flirc.latest.x86_64.tar.gz)
+md5sums=('87ac7fc7ad2d553fa2ba991e4bd5f5b0')
package() {
tar -xf data.tar.gz -C "$pkgdir"