| author | Sven-Hendrik Haase
<svenstaro@archlinux.org> 2025-11-23 01:15:56 UTC |
| committer | Sven-Hendrik Haase
<svenstaro@archlinux.org> 2025-11-23 01:15:56 UTC |
| parent | 731ac274ad414b63b787fb33bdf8f8f018e6d5e0 |
| .SRCINFO | +5 | -4 |
| PKGBUILD | +5 | -5 |
| REUSE.toml | +1 | -7 |
diff --git a/.SRCINFO b/.SRCINFO index 298efad..3d83b5d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,14 +1,15 @@ pkgbase = rust-bindgen pkgdesc = Automatically generates Rust FFI bindings to C (and some C++) libraries - pkgver = 0.72.0 + pkgver = 0.72.1 pkgrel = 1 url = https://github.com/rust-lang/rust-bindgen arch = x86_64 - license = BSD + license = BSD-3-Clause makedepends = cargo depends = gcc-libs + depends = glibc depends = clang - source = rust-bindgen-0.72.0.tar.gz::https://github.com/rust-lang/rust-bindgen/archive/v0.72.0.tar.gz - sha512sums = 606bcf2bb087cfc16dbc28f47515684cb7cc0fa2bae624c789d6aa54e873d9b8970de020c8f19d5952a2263675a39bce91132a66dbfcb44bf3520ad86682d8f8 + source = rust-bindgen-0.72.1.tar.gz::https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v0.72.1.tar.gz + sha512sums = b280e9386d2f1baae9c78ae0572bc7f807d59752812abb55742d1232cbb647c5c1dbc00847679eb3e597e600870cfe99b5d82199bd801d8e8f27b83320cd1149 pkgname = rust-bindgen diff --git a/PKGBUILD b/PKGBUILD index bfb0e00..a4db359 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,16 +3,16 @@ pkgname=rust-bindgen _pkgname=bindgen -pkgver=0.72.0 +pkgver=0.72.1 pkgrel=1 pkgdesc='Automatically generates Rust FFI bindings to C (and some C++) libraries' url='https://github.com/rust-lang/rust-bindgen' -depends=('gcc-libs' 'clang') +depends=('gcc-libs' 'glibc' 'clang') makedepends=('cargo') arch=('x86_64') -license=('BSD') -source=("$pkgname-$pkgver.tar.gz::https://github.com/rust-lang/rust-bindgen/archive/v$pkgver.tar.gz") -sha512sums=('606bcf2bb087cfc16dbc28f47515684cb7cc0fa2bae624c789d6aa54e873d9b8970de020c8f19d5952a2263675a39bce91132a66dbfcb44bf3520ad86682d8f8') +license=('BSD-3-Clause') +source=("$pkgname-$pkgver.tar.gz::https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v$pkgver.tar.gz") +sha512sums=('b280e9386d2f1baae9c78ae0572bc7f807d59752812abb55742d1232cbb647c5c1dbc00847679eb3e597e600870cfe99b5d82199bd801d8e8f27b83320cd1149') prepare() { cd $pkgname-$pkgver diff --git a/REUSE.toml b/REUSE.toml index 9f2f81b..7480c49 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -17,13 +17,7 @@ path = [ "*.timer", "*.desktop", "*.hook", + "0001-Unbreak-shell-completion-and-version-without-header.patch", ] SPDX-FileCopyrightText = "Arch Linux contributors" SPDX-License-Identifier = "0BSD" - -[[annotations]] -path = [ - "0001-Unbreak-shell-completion-and-version-without-header.patch", -] -SPDX-FileCopyrightText = "rust-bindgen contributors" -SPDX-License-Identifier = "TODO-Choose-a-license"