summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoritz Lipp2017-09-04 21:44:38 +0200
committerMoritz Lipp2017-09-04 21:44:38 +0200
commit63c93e21975e2b2d1289998566a404f6e55ac631 (patch)
treeee56cff1857e613db221bed78c601329c962f624 /PKGBUILD
parent658b5ca6308e213e9a633757f4d1468ad3da3fea (diff)
downloadaur-63c93e21975e2b2d1289998566a404f6e55ac631.tar.gz
Update to 2.3.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd4c0e47103e..5516d2e69b82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bear
_pkgname=Bear
-pkgver=2.2.1
+pkgver=2.3.6
pkgrel=1
pkgdesc="tool to generate compilation database for clang tooling"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('python>=2.7')
conflicts=('bear')
provides=('bear')
source=(https://github.com/rizsotto/$_pkgname/archive/$pkgver.tar.gz)
-md5sums=('e449eb811129334da0dd48f12b6c14e5')
+md5sums=('c18d72f5934375a6771ba0525c49f7f9')
build() {
cd "$srcdir/$_pkgname-$pkgver"