summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Singer2022-11-20 12:43:56 +0000
committerFelix Singer2022-11-20 12:46:26 +0000
commitaebd85635e806e4af72e4ed08d3fc0d4c6722d3d (patch)
tree87426273bdabdb8187433679c3587a295b1e5be1 /PKGBUILD
parentaf3f87b1692dbfeca0a744a6f1f7c0d08edfe48b (diff)
downloadaur-aebd85635e806e4af72e4ed08d3fc0d4c6722d3d.tar.gz
Replace hard-coded string with ${pkgbase}
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d36ba6f85585..dc2b422a9c4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ sha256sums=('SKIP')
for target_arch in ${_targets}; do
pkgname+=("${target_arch}")
- provides+=("coreboot-toolchain-${target_arch}")
+ provides+=("${pkgbase}-${target_arch}")
done