summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2021-05-08 13:41:10 +0200
committerJoan Figueras2021-05-08 13:41:10 +0200
commit5ff186179143cebe0858404b42181ee0ab4ae9ba (patch)
tree45d007743e004202b1819280f9efed75e68a7b8f
parent955ad54f66945087c96261b26e9f8e2e75b4d86c (diff)
downloadaur-5ff186179143cebe0858404b42181ee0ab4ae9ba.tar.gz
Fixed comment
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a69de28ec0c..15d2fab35e53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
## Look inside 'choose-gcc-optimization.sh' to choose your microarchitecture
## Valid numbers between: 0 to 99
## Default is: 0 => generic
-## Good option if your package is for one machine: 99 => native
+## Good option if your package is for one machine: 98 (Intel native) or 99 (AMD native)
if [ -z ${_microarchitecture+x} ]; then
_microarchitecture=0
fi