rtags: rebuild against libclang.so.6

This commit is contained in:
maxice8 2018-03-08 16:15:26 -03:00 committed by Leаh Neukirchen
parent 922521d3df
commit a5e12bfad7

View file

@ -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() {