diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-04-09 09:56:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-04-09 09:56:31 +0000 |
commit | 9186a6f36134a6413c2fe245155f621eb8d0f175 (patch) | |
tree | 0b89ef4b0adc3d3e64a5340da49b959368a50052 /community/cbindgen | |
parent | c52f4dd195ab61d219d9e13edbbcc2eeed72210a (diff) | |
download | aports-9186a6f36134a6413c2fe245155f621eb8d0f175.tar.bz2 aports-9186a6f36134a6413c2fe245155f621eb8d0f175.tar.xz |
community/cbindgen: bump pkgrel to avoid cache checksum failulres
Diffstat (limited to 'community/cbindgen')
-rw-r--r-- | community/cbindgen/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cbindgen/APKBUILD b/community/cbindgen/APKBUILD index d9b75e2a39..71964921e8 100644 --- a/community/cbindgen/APKBUILD +++ b/community/cbindgen/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=cbindgen pkgver=0.13.2 -pkgrel=0 +pkgrel=1 pkgdesc="Tool to generate C bindings from Rust code" url="https://github.com/eqrion/cbindgen" arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # Limited by cargo |