Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:41 +03:00
parent 860c9b74b5
commit 1bcaff0ca8
2 changed files with 4 additions and 2 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+4 -1
View File
@@ -1,8 +1,11 @@
name: bash-completion name: bash-completion
description: Programmable completion functions for bash description: Programmable completion functions for bash
version: 2.16.0 version: 2.16.0
revision: 1
url: https://github.com/scop/bash-completion/ url: https://github.com/scop/bash-completion/
license: GPL2-or-later license: GPL2-or-later
architecture: any architecture: any
depends: ["bash"] output_architecture: any
type: source type: source
depends:
- bash