summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Steel2021-10-23 08:53:37 +0100
committerJonathan Steel2021-10-23 08:53:37 +0100
commita0866a18b9dc87f7915e1f9e566ed6cfb540ee2b (patch)
treeac19f813e5ccbbef03a0f3740a88d3945b305e90 /PKGBUILD
parent5c129e0edab111dbdfd88fbd3e27040ac188dc7d (diff)
downloadaur-a0866a18b9dc87f7915e1f9e566ed6cfb540ee2b.tar.gz
Add readline6 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0d6ce590fbe..03169d8e5c15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ pkgname=flirc-bin
_pkgname=flirc
_pkgver=3.25.3
pkgver=${_pkgver/-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="CLI and GUI application to program your Flirc device"
arch=('x86_64')
url="http://flirc.tv"
license=('unknown')
-depends=('libusb' 'hidapi' 'qt5-svg' 'qt5-xmlpatterns')
+depends=('libusb' 'hidapi' 'qt5-svg' 'qt5-xmlpatterns' 'readline6')
provides=('flirc')
conflicts=('flirc')
replaces=('flirc')