upgpkg: bacon 2.0.1-1
New upstream release.
This commit is contained in:
parent
b8af84f1a0
commit
e9d6d1bbaa
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
|
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
|
||||||
|
|
||||||
pkgname=bacon
|
pkgname=bacon
|
||||||
pkgver=1.2.5
|
pkgver=2.0.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A background rust code checker"
|
pkgdesc="A background rust code checker"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/Canop/bacon"
|
url="https://dystroy.org/bacon"
|
||||||
license=('AGPL3')
|
license=('AGPL3')
|
||||||
depends=('gcc-libs')
|
depends=('gcc-libs')
|
||||||
makedepends=('git' 'rust')
|
makedepends=('git' 'rust')
|
||||||
options=('!lto')
|
options=('!lto')
|
||||||
_commit='0077701f2923a43d7c37f9e532163bfa01af6b1c'
|
_commit='06149aa5f174cb646f5d43a1c2127162e3c619a6'
|
||||||
source=("$pkgname::git+$url.git#commit=$_commit")
|
source=("$pkgname::git+https://github.com/Canop/bacon.git#commit=$_commit")
|
||||||
b2sums=('SKIP')
|
b2sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
|
Loading…
Reference in a new issue