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

Daniel Bermond dbermond at archlinux.org
Tue May 5 16:08:48 UTC 2020


    Date: Tuesday, May 5, 2020 @ 16:08:47
  Author: dbermond
Revision: 624927

upgpkg: cargo-c 0.6.5-1

Modified:
  cargo-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-05 14:12:11 UTC (rev 624926)
+++ PKGBUILD	2020-05-05 16:08:47 UTC (rev 624927)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond <dbermond at archlinux.org>
 
 pkgname=cargo-c
-pkgver=0.6.4
+pkgver=0.6.5
 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=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/lu-zero/cargo-c/archive/v${pkgver}.tar.gz"
         "${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock")
-sha256sums=('6504e0b36e64fe8eead1e736e4f60ab3197da99f1e2c7838cb0f63f38158dafa'
-            '7a5c0dfc2a304afe154b66cffdf8f86d4f1475d9b2450341126243da4265a405')
+sha256sums=('b4d697e0e75773041069ad2874e08a8ebe3f7341b47b7bc9ff825115dce910d5'
+            'e3ab2292d276eee31c994ea7478708c9a8189a40eeeb181db27427e646f1dab3')
 
 prepare() {
     ln -sf "../${pkgname}-${pkgver}.Cargo.lock" "${pkgname}-${pkgver}/Cargo.lock"



More information about the arch-commits mailing list