summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2018-10-13 07:50:43 -0600
committerJavier Tiá2018-10-13 07:50:43 -0600
commit6e54ab96089977a3373f11e6a900ad15bef760f2 (patch)
tree2ea27ea7bb50dc8f5ef9122788c6181b76b78a4f
parenta05c0b67e1093327e94bf1c3e00e52d27e81071d (diff)
downloadaur-6e54ab96089977a3373f11e6a900ad15bef760f2.tar.gz
Bump up rtags 2.21-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c459dfe07964..cc16d5b87eb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rtags
- pkgdesc = RTags is a client/server application that indexes C/C++ code
- pkgver = 2.20
+ pkgdesc = A client/server application that indexes C/C++ code
+ pkgver = 2.21
pkgrel = 1
url = https://github.com/Andersbakken/rtags
arch = i686
@@ -16,7 +16,7 @@ pkgbase = rtags
optdepends = zlib
optdepends = lua: Lua bindings
conflicts = rtags-git
- source = git+https://github.com/Andersbakken/rtags.git#tag=v2.20
+ source = git+https://github.com/Andersbakken/rtags.git#tag=v2.21
source = git+https://github.com/Andersbakken/rct.git
source = git+https://github.com/jeremyong/Selene.git
source = git+https://github.com/LuaDist/lua.git
diff --git a/PKGBUILD b/PKGBUILD
index 50c612231572..d86d70ec38d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Vladimir Panteleev <arch-pkg at thecybershadow dot net>
pkgname=rtags
-pkgver=2.20
+pkgver=2.21
pkgrel=1
-pkgdesc='RTags is a client/server application that indexes C/C++ code'
+pkgdesc='A client/server application that indexes C/C++ code'
arch=('i686' 'x86_64')
_url='https://github.com/Andersbakken'
url="${_url}/rtags"