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

Jan Steffens heftig at gemini.archlinux.org
Tue Jun 7 14:39:58 UTC 2022


    Date: Tuesday, June 7, 2022 @ 14:39:58
  Author: heftig
Revision: 447722

0.24.0-1

Modified:
  cbindgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-07 13:12:19 UTC (rev 447721)
+++ PKGBUILD	2022-06-07 14:39:58 UTC (rev 447722)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=cbindgen
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="A tool for generating C bindings to Rust code"
 url="https://github.com/eqrion/cbindgen"
@@ -11,8 +11,8 @@
 makedepends=(cargo git)
 checkdepends=(cython)
 options=(debug)
-_commit=798cfab52bced65a749443faa16990ec3a8e0cfe  # tags/v0.23.0^0
-source=("git+https://github.com/eqrion/cbindgen#commit=$_commit")
+_commit=f0d4f284f7a2d3b84c8b7bfca422a0eec4605b71  # tags/v0.24.0^0
+source=("git+$url#commit=$_commit")
 sha512sums=('SKIP')
 
 # Use LTO



More information about the arch-commits mailing list