summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfenugrec2024-01-25 10:12:32 -0500
committerfenugrec2024-01-25 10:12:32 -0500
commit62f3741c9d07c7880fb36764bf5469b6c25de976 (patch)
tree6c8798310b273d00902ba641e7b4b31470b8b33f /PKGBUILD
parent248f4a9ad2521397d219b2121b36294d15b56477 (diff)
downloadaur-freediag-git.tar.gz
add readline to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14e65735d155..6c73326d0b9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# maintainer : fenugrec
#todo: change to git:// url
pkgname=freediag-git
-pkgver=20230206.703.7ae2512
+pkgver=20240125.725.ee452b0
pkgrel=1
pkgdesc="OBD-II vehicle diagnostic software and (mostly) J1978 compliant scan tool."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://freediag.sourceforge.net/"
license=('GPL')
makedepends=('cmake' 'git')
depends=('glibc')
-#optdepends=('')
+optdepends=('readline: better builtin CLI completions and editing')
provides=('freediag')
conflicts=('freediag')
source=('git+https://github.com/fenugrec/freediag')