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

Daniel M. Capella polyzen at gemini.archlinux.org
Sat Jan 8 06:17:08 UTC 2022


    Date: Saturday, January 8, 2022 @ 06:17:08
  Author: polyzen
Revision: 1096973

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-08 06:16:48 UTC (rev 1096972)
+++ PKGBUILD	2022-01-08 06:17:08 UTC (rev 1096973)
@@ -1,35 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=b3sum
-pkgver=1.2.0
-pkgrel=2
-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=('82408f8dac737b5c15ecee0b5d1d25deb3b0df6b2c71c007375f6d97009b6b2213e4764273eb58b01a62075f90a337c7ee0a267de9b55ab1e8488ac50c7ca06c')
-
-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 1096972, b3sum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-08 06:17:08 UTC (rev 1096973)
@@ -0,0 +1,35 @@
+# 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:



More information about the arch-commits mailing list