[arch-commits] Commit in cargo-c/trunk (PKGBUILD)

Daniel Bermond dbermond at archlinux.org
Thu Feb 18 15:54:37 UTC 2021


    Date: Thursday, February 18, 2021 @ 15:54:37
  Author: dbermond
Revision: 864820

upgpkg: cargo-c 0.7.3-1

Modified:
  cargo-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-18 15:54:29 UTC (rev 864819)
+++ PKGBUILD	2021-02-18 15:54:37 UTC (rev 864820)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond <dbermond at archlinux.org>
 
 pkgname=cargo-c
-pkgver=0.7.2
+pkgver=0.7.3
 pkgrel=1
 pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and static libraries'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 makedepends=('rust')
 source=("https://github.com/lu-zero/cargo-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
         "${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock")
-sha256sums=('d27e025b24b69dabf4cd1bd1fca7d2a78fe111688bfea6e54718b99009861db4'
-            '868972941b0ee7be4db20090ae622e2a183a8aea16aa9830c3ec54e2a6e5ca4a')
+sha256sums=('533c65d555330e86b91415753efc140ffdb900abd59b5b6403352c4264941a99'
+            '3622370d67b15b93417d63e497674daa77ba74a0d17bbe1048ab179c9c2485a2')
 
 prepare() {
     ln -sf "../${pkgname}-${pkgver}.Cargo.lock" "${pkgname}-${pkgver}/Cargo.lock"



More information about the arch-commits mailing list