Thanks :)
Search Criteria
Package Details: rtags 2.38-1
Package Actions
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: | GPL3 |
Conflicts: | rtags-git |
Submitter: | jetm |
Maintainer: | None |
Last Packager: | jetm |
Votes: | 16 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-28 03:42 (UTC) |
Last Updated: | 2020-01-20 15:46 (UTC) |
Dependencies (8)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
- bash-completion (bash-completion-gitAUR) (optional) – for bash completion
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (optional)
Required by (1)
- emacs-cmake-ide-git (optional)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3
1CatchMe1 commented on 2017-07-27 02:34 (UTC)
jetm commented on 2017-07-25 14:07 (UTC)
@1CatchMe1: I submitted the issue in GitHub. You can follow it through this link: https://github.com/Andersbakken/rtags/issues/1013.
1CatchMe1 commented on 2017-07-25 10:04 (UTC)
I don't understand that ,but melpa uses this link:
https://andersbakken.github.io/rtags-releases/rtags-2.11.tar.bz2
jetm commented on 2017-07-24 15:22 (UTC)
@1CatchMe1: In https://github.com/Andersbakken/rtags/releases still there is not 2.11 release. You might want to put an issue in Github for v2.11 case, so this package can be updated.
1CatchMe1 commented on 2017-07-24 15:03 (UTC)
emacs rtags from melpa now use 2.11!
jetm commented on 2017-06-18 15:02 (UTC)
@villytiger: It makes sense now. I have submitted that change. Thank you for the suggestion.
villytiger commented on 2017-06-18 10:43 (UTC)
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 (UTC)
@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 (UTC)
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 (UTC)
rtags v2.40 is not building on Arch Linux. Issue: https://github.com/Andersbakken/rtags/issues/1401