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

Daniel M. Capella polyzen at gemini.archlinux.org
Mon Feb 14 07:15:42 UTC 2022


    Date: Monday, February 14, 2022 @ 07:15:42
  Author: polyzen
Revision: 1133111

archrelease: copy trunk to community-x86_64

Added:
  b3sum/repos/community-x86_64/PKGBUILD
    (from rev 1133110, b3sum/trunk/PKGBUILD)
Deleted:
  b3sum/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-14 07:15:23 UTC (rev 1133110)
+++ PKGBUILD	2022-02-14 07:15:42 UTC (rev 1133111)
@@ -1,35 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=b3sum
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='Command line implementation of the BLAKE3 hash function'
-arch=('x86_64')
-url=https://github.com/BLAKE3-team/BLAKE3
-license=('Apache')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
-b2sums=('d6581e8e77d04c084cf3c1d5a46c2f63429d4ac6aba908bafb707663d8fc3ca25ab7fded50cf8f64ef7121f560616f536316d3b586186e1de96951a30b2433ee')
-
-prepare() {
-  cd $pkgname-$pkgver
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release --locked --offline
-}
-
-check() {
-  cd $pkgname-$pkgver
-  cargo test --locked --offline
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: b3sum/repos/community-x86_64/PKGBUILD (from rev 1133110, b3sum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-14 07:15:42 UTC (rev 1133111)
@@ -0,0 +1,35 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=b3sum
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Command line implementation of the BLAKE3 hash function'
+arch=('x86_64')
+url=https://github.com/BLAKE3-team/BLAKE3
+license=('Apache')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
+b2sums=('a0a9d00bd0d2fbde72f150c1484a1f3bd5b08a4889fbd8b4f5221f953a62edb1ba2b5d98877ec11297d05b06a429629c32aa73f5ad4f5408d9adc0abd2f2e7ba')
+
+prepare() {
+  cd $pkgname-$pkgver
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked --offline
+}
+
+check() {
+  cd $pkgname-$pkgver
+  cargo test --locked --offline
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list