summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoman Mishin2020-05-07 11:37:07 +0700
committerRoman Mishin2020-05-07 11:37:07 +0700
commit3e1c5515534c56dbc5f3c39ce78426282db85d57 (patch)
tree3b2d89b3a060eedd97d01389b8794cd441f62c13 /PKGBUILD
parent0bb287c7678c418cb800170a5d89ce5bbb90c9f1 (diff)
downloadaur-3e1c5515534c56dbc5f3c39ce78426282db85d57.tar.gz
added 'sed' to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 140637f16b9f..90b0cdd91e40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url='https://github.com/apnadkarni/tktreectrl'
license=('custom')
depends=('tk' 'libx11')
-makedepends=('gcc' 'git' 'make')
+makedepends=('gcc' 'git' 'make' 'sed')
provides=('tktreectrl')
conflicts=('tktreectrl')
install='.INSTALL'