summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHildigerr Vergaray2020-05-07 22:03:04 -0700
committerHildigerr Vergaray2020-05-07 22:27:34 -0700
commit45735755a148311aed6a8e19a365e8a805a5e485 (patch)
tree7e13b17db589e168fe3799a4d5a7278a44892db8 /PKGBUILD
parent87fd08135616a4c280a371e0f3bf514c21fbc67d (diff)
downloadaur-45735755a148311aed6a8e19a365e8a805a5e485.tar.gz
include depends libedit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60aceb67e8dd..4d24ff5eccab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A command line based audio file tagger"
arch=('i686' 'x86_64')
url="https://github.com/fernandotcl/btag"
license=('GPL')
-depends=('libcue' 'taglib')
+depends=('libcue' 'taglib' 'libedit')
makedepends=('git' 'cmake' 'pkg-config' 'boost')
source=(
'git+git://github.com/fernandotcl/btag.git'