diff options
author | Hanabishi | 2025-05-07 14:51:45 +0000 |
---|---|---|
committer | Hanabishi | 2025-05-07 14:51:45 +0000 |
commit | 6fe7ccc9b3ed7db370bd11be1b1ca7dbb2795fd5 (patch) | |
tree | 04888d196fb88dbe3d6cac0c498eb6886a83167c /PKGBUILD | |
parent | 3fe0c9805cec66753b202dcbd3ce3e3c8d24ec88 (diff) | |
download | aur-bin-cpuflags-x86.tar.gz |
Add 'gcc-libs' to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ pkgname=bin-cpuflags-x86 pkgver=1.0.3 -pkgrel=1 +pkgrel=2 pkgdesc='A small CLI tool to detect CPU flags (instruction sets) of X86 binaries' arch=('x86_64' 'i686' 'aarch64') url="https://github.com/HanabishiRecca/${pkgname}" license=('MIT') -depends=('glibc') +depends=('glibc' 'gcc-libs') makedepends=('cargo') _snapshot="${pkgname}-${pkgver}" |