git » libclc.git » commit 6d77c9a

Remove libedit build dep now that llvm-libs has it

author Evangelos Foutras
2015-03-07 19:20:55 UTC
committer Evangelos Foutras
2015-03-07 19:20:55 UTC
parent 35bb892af5a120ed963d44e6b5a03dbf0d740ab9

Remove libedit build dep now that llvm-libs has it

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 79e052b..de4c569 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Library requirements of the OpenCL C programming language"
 arch=('any')
 url="http://libclc.llvm.org/"
 license=('MIT')
-makedepends=('clang' 'python2' 'libedit')
+makedepends=('clang' 'python2')
 options=('staticlibs')
 source=(https://sources.archlinux.org/other/packages/libclc/$pkgname-$pkgver.src.tar.xz)
 md5sums=('e7b0767cd9f6c171ba4990df5d41b2aa')