summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYiyao Yu2019-08-18 13:46:33 +0800
committerYiyao Yu2019-08-18 13:46:33 +0800
commit67e47f280640c87f058467062bf880c8bc66b079 (patch)
tree73fcf4f757e3deda24ea1d56a959f3caf8cb1fb3
parenta4cd33b447dd6f2410cd357d8c2306470d482fa1 (diff)
downloadaur-67e47f280640c87f058467062bf880c8bc66b079.tar.gz
2.4.1-2: package name is now consistently uppercase throughout archive
-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() {