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

Daniel M. Capella polyzen at gemini.archlinux.org
Mon Oct 25 03:13:56 UTC 2021


    Date: Monday, October 25, 2021 @ 03:13:56
  Author: polyzen
Revision: 1033319

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-25 03:13:36 UTC (rev 1033318)
+++ PKGBUILD	2021-10-25 03:13:56 UTC (rev 1033319)
@@ -1,35 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=b3sum
-pkgver=1.0.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=('d5c2ed570c921dd5f1b43165e9e8e356e9ded1bdfe365f7663fa31964093ba3bb2fb45f9c6c03b5651fceb2634b805200ef498e71143d4cbda87f14bcfa606b2')
-
-prepare() {
-  cd $pkgname-$pkgver
-  cargo fetch --locked
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release --locked --offline
-}
-
-check() {
-  cd $pkgname-$pkgver
-  cargo test --release --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 1033318, b3sum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-25 03:13:56 UTC (rev 1033319)
@@ -0,0 +1,35 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=b3sum
+pkgver=1.1.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=('8f5883df2c59d89e2c11c8480c27a27d870fa054d1bf481355f65bef8e6bcc9838f8a14cf1cb904b6c50239a92a5891a8a5c95bc19c3b0c7abb5bbf22a78bfd7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  cargo fetch --locked
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked --offline
+}
+
+check() {
+  cd $pkgname-$pkgver
+  cargo test --release --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