summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8af2dd720295..42ff0f6899ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ccls
pkgdesc = C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
pkgver = 0.20190823.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/MaskRay/ccls
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 3adc36cbe8dc..835428a71920 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ccls
pkgver=0.20190823.5
-pkgrel=1
+pkgrel=2
pkgdesc='C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting'
arch=('x86_64')
url='https://github.com/MaskRay/ccls'