Date: Saturday, November 26, 2022 @ 17:58:33
  Author: polyzen
Revision: 1354036

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-26 17:58:09 UTC (rev 1354035)
+++ PKGBUILD    2022-11-26 17:58:33 UTC (rev 1354036)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella <[email protected]>
-
-pkgname=b3sum
-pkgver=1.3.2
-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=('ff517312346a8382ebe98065ca540f3599bff5ccbb39b996464e5b50b614a14e6676d1c3cb3cc063026b7dcbcc566f0e1054b7ca92ea0ccdf5bda0efbc07fdc1')
-
-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
-}

Copied: b3sum/repos/community-x86_64/PKGBUILD (from rev 1354035, 
b3sum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-26 17:58:33 UTC (rev 1354036)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+
+pkgname=b3sum
+pkgver=1.3.3
+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=('a17f01a996125c772021464f509ab5b5cd245572a22fb4bda2f2ae00e52ef61bff662efd3ec80d2968d4f8247ac284816b4b6cf54b733ece808339af694bdf96')
+
+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
+}

Reply via email to