[arch-commits] Commit in arch-repro-status/trunk (PKGBUILD)

Orhun Parmaksiz orhun at gemini.archlinux.org
Sun Oct 17 15:29:45 UTC 2021


    Date: Sunday, October 17, 2021 @ 15:29:45
  Author: orhun
Revision: 1030751

upgpkg: arch-repro-status 1.2.6-1: upstream release

Modified:
  arch-repro-status/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-17 15:25:23 UTC (rev 1030750)
+++ PKGBUILD	2021-10-17 15:29:45 UTC (rev 1030751)
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız <orhun at archlinux.org>
 
 pkgname=arch-repro-status
-pkgver=1.2.5
+pkgver=1.2.6
 pkgrel=1
 pkgdesc="Check the reproducibility status of your Arch Linux packages"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('rust')
 groups=('archlinux-tools')
 source=("$pkgname-$pkgver.tar.gz::$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha512sums=('68deadeeb623d83f4dbf7321090f3d6bb083ac7e763567919749a0c152cc5cb06e55bd6ecb7c48878565aeeddf58a9103b8b4e0eb3b4c7b637fcb57f6709d606')
+sha512sums=('a314692894af94b28d41606729bc9a1f2ea5eda3bbbf0f10a58fad2f2ef6f4754a84419535d3054912bd079336ff4116ec56379bc14f1414244d85b8b4df2ec1')
 
 prepare() {
   cd "$pkgname-v$pkgver"
@@ -22,7 +22,7 @@
 build() {
   cd "$pkgname-v$pkgver"
   cargo build --frozen --release
-  OUT_DIR=completions/ cargo run --bin completions
+  OUT_DIR=completions/ ./target/release/$pkgname-completions
 }
 
 check() {



More information about the arch-commits mailing list