When creating a package description for a package, do not include
the package name in a self-referencing way. For example, "Nedit is a text editor for X11" could be simplified to "A text editor for X11". Also try to keep the descriptions to ~80 characters or less.
Try to keep the line length in the PKGBUILD below ~100 characters.
Where possible, remove empty lines from the PKGBUILD (provides, replaces, etc.)
It is common practice to preserve the order of the PKGBUILD fields as shown above. However, this is not mandatory, as the only requirement in this context is correct bash syntax.