summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2017-06-18 09:00:34 -0600
committerJavier Tiá2017-06-18 09:00:34 -0600
commit99a9214e6eee78a248680b201ca1908943bdde4f (patch)
tree2d3c4b8e4f9120f0ee6e95d9434c8e38bc5868ab
parent0047702999e064c313c5645fcaef02f72b04cf74 (diff)
downloadaur-99a9214e6eee78a248680b201ca1908943bdde4f.tar.gz
Bump up rtags 2.10-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f351fbbb6792..ed34c72c8f4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed May 31 16:32:18 UTC 2017
+# Sun Jun 18 14:59:53 UTC 2017
pkgbase = rtags
pkgdesc = RTags is a client/server application that indexes C/C++ code
pkgver = 2.10
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Andersbakken/rtags
install = rtags.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 15e5d3f8783b..3ae180d382d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Javier Tia <javier dot tia at gmail dot com>
+# Maintainer: Javier Tiá <javier dot tia at gmail dot com>
pkgname=rtags
pkgver=2.10
-pkgrel=1
+pkgrel=2
pkgdesc='RTags is a client/server application that indexes C/C++ code'
arch=('i686' 'x86_64')
url='https://github.com/Andersbakken/rtags'
@@ -22,9 +22,9 @@ sha256sums=('SKIP'
prepare() {
cd rtags
+ git checkout v${pkgver}
git submodule init
git submodule update
- git checkout v${pkgver}
}
build() {