summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYiyao Yu2019-08-18 13:46:33 +0800
committerYiyao Yu2019-08-18 13:46:33 +0800
commit67e47f280640c87f058467062bf880c8bc66b079 (patch)
tree73fcf4f757e3deda24ea1d56a959f3caf8cb1fb3 /PKGBUILD
parenta4cd33b447dd6f2410cd357d8c2306470d482fa1 (diff)
downloadaur-67e47f280640c87f058467062bf880c8bc66b079.tar.gz
2.4.1-2: package name is now consistently uppercase throughout archive
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {