Compare commits

...

10 commits

9 changed files with 25 additions and 16 deletions

View file

@ -1,30 +1,39 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=bacon
pkgver=1.2.4
pkgver=1.2.5
pkgrel=1
pkgdesc="A background rust code checker"
arch=('x86_64')
url="https://github.com/Canop/bacon"
license=('AGPL3')
depends=('gcc-libs')
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")
sha512sums=('be24dc8654771590f04e19bf5a5cc00ed1efa09d5a9d21803f5814126ad3c42438194df6c94637001c54e7007062cb6ec3987bab93345ca55e36d2c66d7004b4')
b2sums=('91c7a0adecb289a1bc866e3e430f7a102d1d68e2a074caea0baf518f89839f9e448d39beab151f8a4f815a933b0ba8dc846600437c21c01104f45210b884c4bb')
makedepends=('git' 'rust')
options=('!lto')
_commit='0077701f2923a43d7c37f9e532163bfa01af6b1c'
source=("$pkgname::git+$url.git#commit=$_commit")
b2sums=('SKIP')
pkgver() {
cd "$pkgname"
git describe --tags | sed 's/^v//'
}
prepare() {
cd "$pkgname-$pkgver"
cd "$pkgname"
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
}
build() {
cd "$pkgname-$pkgver"
cd "$pkgname"
cargo build --frozen --release --all-features
}
package() {
cd "$pkgname-$pkgver"
cd "$pkgname"
# binary
install -vDm755 -t "$pkgdir/usr/bin" "target/release/$pkgname"

@ -1 +1 @@
Subproject commit 0db0695b9637b2b807fec0db4d0be2fa323baaea
Subproject commit fc1f78a5a988a2bfb74f635d5d9d0986ea39b40e

@ -1 +1 @@
Subproject commit ed9cd3c49cd30a086b27fce2c5b1078114764cf7
Subproject commit d0054ae7f433179ec6ad553a1bc92356bddc88c0

2
gokart

@ -1 +1 @@
Subproject commit c76f1b3da61cdbf5c4565daf8ee5756debcdeb26
Subproject commit 40869dcef1dec403361e4a2559d12bd74735eb15

@ -1 +1 @@
Subproject commit b5ad5576c1437e6a877d38b4ab7b1b94af9814c7
Subproject commit 1263fe79a0e46762e03cdbbcd4957dcd04361962

@ -1 +1 @@
Subproject commit b7769c9f6708fbfd90ce4328a8753e2333f727d6
Subproject commit 758a36b01045e80157e3c31ef6fd6722a40a8da6

@ -1 +1 @@
Subproject commit a50106d0c28dfd72d023d09a108ad1aab2b4d3ec
Subproject commit 95a7f2e581ceeb6d2d47be7a3e3b840e71f3f2a1

@ -1 +1 @@
Subproject commit 8fc597b92a239ff70a19c3c0a3d2db6fefcbd41e
Subproject commit 8987f4f82da73ec1b66424b88aac46320d2e9421

@ -1 +1 @@
Subproject commit 373cfdb2a1a16a88efed4a2b485150d87fd4628c
Subproject commit a8b7ebfb4441ba04cac9e40b53c9be7a24b0176c