summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2018-09-27 09:16:25 -0600
committerJavier Tiá2018-09-27 09:16:25 -0600
commita05c0b67e1093327e94bf1c3e00e52d27e81071d (patch)
tree3a737f3f0d560f419847ae36628fdfdac6b9660e
parenta604c206f4bf1def73211fc9e98f75818531ea5a (diff)
downloadaur-a05c0b67e1093327e94bf1c3e00e52d27e81071d.tar.gz
Bump up rtags 2.20-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0658be554c8..c459dfe07964 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rtags
pkgdesc = RTags is a client/server application that indexes C/C++ code
- pkgver = 2.18
- pkgrel = 3
+ pkgver = 2.20
+ pkgrel = 1
url = https://github.com/Andersbakken/rtags
arch = i686
arch = x86_64
@@ -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.18
+ source = git+https://github.com/Andersbakken/rtags.git#tag=v2.20
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 38040764b932..50c612231572 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Vladimir Panteleev <arch-pkg at thecybershadow dot net>
pkgname=rtags
-pkgver=2.18
-pkgrel=3
+pkgver=2.20
+pkgrel=1
pkgdesc='RTags is a client/server application that indexes C/C++ code'
arch=('i686' 'x86_64')
_url='https://github.com/Andersbakken'
@@ -57,4 +57,4 @@ package() {
"${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
}
-# vim:set ft=sh ts=2 sw=2 et:
+# vim:set ts=2 sw=2 et: