summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2024-02-23 09:40:05 +0100
committerNicolas Iooss2024-02-23 21:40:49 +0100
commit3280adc1d63ebf04ef70fb14b854d33067b16aee (patch)
treefd25356930a0877b046d1b021496758b4b84bb24 /PKGBUILD
parente1d1e3336c828980879d156756ccafb6107ebb14 (diff)
downloadaur-3280adc1d63ebf04ef70fb14b854d33067b16aee.tar.gz
Use 'provides+=...' in function package
This prevents package() from overwriting the global provides.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9be66200f507..7cb8d49b0eae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,7 +49,7 @@ build() {
}
package() {
- provides=(
+ provides+=(
libselinux.so
)