[arch-commits] Commit in bacon/repos/community-x86_64 (PKGBUILD PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Sat Jun 11 07:47:43 UTC 2022


    Date: Saturday, June 11, 2022 @ 07:47:43
  Author: grawlinson
Revision: 1232130

archrelease: copy trunk to community-x86_64

Added:
  bacon/repos/community-x86_64/PKGBUILD
    (from rev 1232129, bacon/trunk/PKGBUILD)
Deleted:
  bacon/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-11 07:47:04 UTC (rev 1232129)
+++ PKGBUILD	2022-06-11 07:47:43 UTC (rev 1232130)
@@ -1,50 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: Jokler <aur at jokler.xyz>
-
-pkgname=bacon
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='A background rust code checker'
-arch=('x86_64')
-url='https://dystroy.org/bacon'
-license=('AGPL3')
-depends=('gcc-libs')
-makedepends=('git' 'rust')
-options=('!lto')
-_commit='e14c658672bfc28a3cb410f6ec27bff78cc0c62b'
-source=("$pkgname::git+https://github.com/Canop/bacon.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname"
-
-  cargo build --frozen --release --all-features
-}
-
-check() {
-  cd "$pkgname"
-
-  cargo test --frozen --all-features
-}
-
-package() {
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" "target/release/$pkgname"
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" ./*.md
-}

Copied: bacon/repos/community-x86_64/PKGBUILD (from rev 1232129, bacon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-11 07:47:43 UTC (rev 1232130)
@@ -0,0 +1,50 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Jokler <aur at jokler.xyz>
+
+pkgname=bacon
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='A background rust code checker'
+arch=('x86_64')
+url='https://dystroy.org/bacon'
+license=('AGPL3')
+depends=('gcc-libs')
+makedepends=('git' 'rust')
+options=('!lto')
+_commit='8f30dc43221bb9b12427f40eadcb004913838275'
+source=("$pkgname::git+https://github.com/Canop/bacon.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname"
+
+  cargo build --frozen --release --all-features
+}
+
+check() {
+  cd "$pkgname"
+
+  cargo test --frozen --all-features
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" "target/release/$pkgname"
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" ./*.md
+}



More information about the arch-commits mailing list