rtags: rebuild for clang 5.0.1.

This commit is contained in:
Leah Neukirchen 2017-09-09 23:05:33 +02:00 committed by Leаh Neukirchen
parent fc33613ab2
commit 03c4e61ae7
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
# Template file for 'rtags' # Template file for 'rtags'
pkgname=rtags pkgname=rtags
version=2.12 version=2.12
revision=1 revision=2
nocross=yes nocross=yes
wrksrc="${pkgname}" wrksrc="${pkgname}"
build_style=cmake build_style=cmake
make_build_args="VERBOSE=1" make_build_args="VERBOSE=1"
makedepends="pkg-config git clang llvm libressl-devel zlib-devel" makedepends="pkg-config git clang llvm libressl-devel zlib-devel"
short_desc="A c/c++ indexer with integration for Emacs based on clang" short_desc="A C/C++ indexer with integration for Emacs based on clang"
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>" maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
license="GPL-3" license="GPL-3"
homepage="https://github.com/Andersbakken/rtags" homepage="https://github.com/Andersbakken/rtags"