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 a49321359575..cd4c0e47103e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bear
_pkgname=Bear
-pkgver=2.2.0
+pkgver=2.2.1
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=('87250cc3a9a697e7d1e8972253a35259')
+md5sums=('e449eb811129334da0dd48f12b6c14e5')
build() {
cd "$srcdir/$_pkgname-$pkgver"