summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHanabishi2025-05-07 14:51:45 +0000
committerHanabishi2025-05-07 14:51:45 +0000
commit6fe7ccc9b3ed7db370bd11be1b1ca7dbb2795fd5 (patch)
tree04888d196fb88dbe3d6cac0c498eb6886a83167c /PKGBUILD
parent3fe0c9805cec66753b202dcbd3ce3e3c8d24ec88 (diff)
downloadaur-bin-cpuflags-x86.tar.gz
Add 'gcc-libs' to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46c6b813ecf8..2fc592d61425 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"