summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0c173e7c969..a6c59f89a338 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bear
pkgdesc = tool to generate compilation database for clang tooling
pkgver = 2.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rizsotto/Bear
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = bear
provides = bear
conflicts = bear
options = !ccache
- source = bear-2.4.1.tar.gz::https://github.com/rizsotto/Bear/archive/2.4.1.tar.gz
+ source = Bear-2.4.1.tar.gz::https://github.com/rizsotto/Bear/archive/2.4.1.tar.gz
md5sums = 6d48dcb55fc031a444fafff0ab5c3339
pkgname = bear
diff --git a/PKGBUILD b/PKGBUILD
index ee5c877c8aaf..92952f3b3cb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=bear
_pkgname=Bear
pkgver=2.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="tool to generate compilation database for clang tooling"
arch=('i686' 'x86_64')
url="https://github.com/rizsotto/Bear"
@@ -14,7 +14,7 @@ depends=('python>=2.7')
options=('!ccache')
conflicts=('bear')
provides=('bear')
-source=(bear-$pkgver.tar.gz::https://github.com/rizsotto/$_pkgname/archive/$pkgver.tar.gz)
+source=($_pkgname-$pkgver.tar.gz::https://github.com/rizsotto/$_pkgname/archive/$pkgver.tar.gz)
md5sums=('6d48dcb55fc031a444fafff0ab5c3339')
prepare() {