rtags: rebuild against libclang.so.6
This commit is contained in:
parent
922521d3df
commit
a5e12bfad7
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rtags'
|
||||
pkgname=rtags
|
||||
version=2.16
|
||||
revision=2
|
||||
revision=3
|
||||
nocross=yes
|
||||
wrksrc="${pkgname}"
|
||||
build_style=cmake
|
||||
|
@ -9,7 +9,7 @@ make_build_args="VERBOSE=1"
|
|||
makedepends="pkg-config git clang llvm libressl-devel zlib-devel"
|
||||
short_desc="A C/C++ indexer with integration for Emacs based on clang"
|
||||
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/Andersbakken/rtags"
|
||||
|
||||
do_fetch() {
|
||||
|
|
Loading…
Reference in New Issue