@villytiger: It makes sense now. I have submitted that change. Thank you for the suggestion.
Search Criteria
Package Details: rtags 2.38-1
Git Clone URL: | https://aur.archlinux.org/rtags.git (read-only, click to copy) |
---|---|
Package Base: | rtags |
Description: | A client/server application that indexes C/C++ code |
Upstream URL: | https://github.com/Andersbakken/rtags |
Keywords: | c c++ client indexer rtags server |
Licenses: | |
Conflicts: | |
Submitter: | jetm |
Maintainer: | jetm |
Last Packager: | jetm |
Votes: | 16 |
Popularity: | 0.98 |
First Submitted: | 2017-03-28 03:42 |
Last Updated: | 2020-01-20 15:46 |
Dependencies (8)
- bash (bash-devel-git, bash-devel-static-git)
- clang (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-minimal-git, llvm-toolchain-nightly-bin, llvm-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
- llvm (llvm-pypy-stm, llvm39, llvm-asserts, llvm38, llvm-tce, llvm11, llvm11-libs, llvm11-ocaml, llvm-minimal-git, llvm8, llvm-toolchain-nightly-bin) (make)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git) (make)
- bash-completion (bash-completion-git) (optional) – for bash completion
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git) (optional)
Required by (1)
- emacs-cmake-ide-git (optional)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3
jetm commented on 2017-06-18 15:02
villytiger commented on 2017-06-18 10:43
I mean you should change the order in prepare() function:
git checkout v${pkgver}
git submodule update
jetm commented on 2017-06-13 15:38
@villytiger: Inside the PKGBUILD there is prepare() function to fetch the submodules every time rtags is installed. The submodule versions are updated in upstream, like this commit:
https://github.com/Andersbakken/rtags/commit/d6af2ad09c99f9c58900665e874dcf97a545c0fa
villytiger commented on 2017-06-13 08:29
Please, update submodules after checking out revision. Otherwise submodule versions from default branch are used.
Pinned Comments
jetm commented on 2020-12-18 19:19
rtags v2.40 is not building on Arch Linux. Issue: https://github.com/Andersbakken/rtags/issues/1401