git subrepo pull bear
subrepo: subdir: "bear" merged: "f774ee5" upstream: origin: "https://aur.archlinux.org/bear" branch: "master" commit: "f774ee5" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
This commit is contained in:
parent
1295ed42c1
commit
ac4cf800e8
@ -1,6 +1,6 @@
|
||||
pkgbase = bear
|
||||
pkgdesc = tool to generate compilation database for clang tooling
|
||||
pkgver = 3.0.7
|
||||
pkgver = 3.0.8
|
||||
pkgrel = 1
|
||||
url = https://github.com/rizsotto/Bear
|
||||
arch = i686
|
||||
@ -15,8 +15,8 @@ pkgbase = bear
|
||||
provides = bear
|
||||
conflicts = bear
|
||||
conflicts = interception-tools
|
||||
source = Bear-3.0.7.tar.gz::https://github.com/rizsotto/Bear/archive/3.0.7.tar.gz
|
||||
sha256sums = 90004c7f8c83b81b3c6d9a1dced83e6cc212f60a1d1434b934ae0cf0045b3193
|
||||
source = Bear-3.0.8.tar.gz::https://github.com/rizsotto/Bear/archive/3.0.8.tar.gz
|
||||
sha256sums = 663ef2fcf359e1efb20831fae3901a3edbbb906dd0bc5e62af92e353651c5cec
|
||||
|
||||
pkgname = bear
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
[subrepo]
|
||||
remote = https://aur.archlinux.org/bear
|
||||
branch = master
|
||||
commit = 8a8847175fd5e10797759841db6e407ba07f87c5
|
||||
parent = 6517fdbe98fd60036daec4ab50ba1c76529e3af6
|
||||
commit = f774ee50fd762177c5c5307506d4c0d7ab84cfca
|
||||
parent = 1295ed42c14316b744f599681a5ee729a2efb48b
|
||||
method = merge
|
||||
cmdver = 0.4.3
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=bear
|
||||
_pkgname=Bear
|
||||
pkgver=3.0.7
|
||||
pkgver=3.0.8
|
||||
pkgrel=1
|
||||
pkgdesc="tool to generate compilation database for clang tooling"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -14,7 +14,7 @@ depends=('grpc' 'fmt' 'spdlog')
|
||||
conflicts=('bear' 'interception-tools')
|
||||
provides=('bear')
|
||||
source=("$_pkgname-$pkgver.tar.gz::https://github.com/rizsotto/$_pkgname/archive/$pkgver.tar.gz")
|
||||
sha256sums=('90004c7f8c83b81b3c6d9a1dced83e6cc212f60a1d1434b934ae0cf0045b3193')
|
||||
sha256sums=('663ef2fcf359e1efb20831fae3901a3edbbb906dd0bc5e62af92e353651c5cec')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user