summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efab2204a2a9..3d9a608c5f2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bear
_pkgname=Bear
-pkgver=2.3.8
+pkgver=2.3.9
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=('30c09419fc1465887916ad1761a499d5')
+md5sums=('e0ec02a038b8602a5c4cfa4b00111ce5')
build() {
cd "$srcdir/$_pkgname-$pkgver"