summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFigue2019-11-11 23:33:35 +0100
committerFigue2019-11-11 23:33:35 +0100
commit008fee8cae9d76f269876e68151c79197d529b53 (patch)
tree58213fdb8ef08d2bb098b3ae111c45a2bfbc3264
parente00d112b5146c041c3dcc3f61970929e95ec91c6 (diff)
downloadaur-008fee8cae9d76f269876e68151c79197d529b53.tar.gz
Fix microarchitecture description
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42c1dc8cc858..5d4da6326e6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,9 @@
## Example: env _microarchitecture=25 use_numa=n use_tracers=n use_pds=n makepkg -sc
##
## Look inside 'choose-gcc-optimization.sh' to choose your microarchitecture
-## Valid numbers between: 0 to 25
+## Valid numbers between: 0 to 38
## Default is: 0 => generic
-## Good option if your package is for one machine: 25 => native
+## Good option if your package is for one machine: 38 => native
if [ -z ${_microarchitecture+x} ]; then
_microarchitecture=0
fi