mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Make PKGBUILD packaging standards compliant.
* replace pointless patch with PYTHON=python2 * simplify git describe command * move pkgver() function lower, so build chroots can make use of it * align packages in optdepends using spaces * use double quotation marks only where it's needed * unify usage of brackets sorrounding variables * shorten pkgdesc (kudos to Fedora) * update README
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
Arch Packaging Files
|
||||
--------------------
|
||||
|
||||
The PKGBUILD and patch in this directory are here for reference.
|
||||
You should use AUR to install [ansible-git][1], using `yaourt` for instance :
|
||||
The PKGBUILD in this directory is here for reference.
|
||||
You should use AUR to install [ansible-git][1], using `yaourt` for instance:
|
||||
|
||||
yaourt -S ansible-git
|
||||
|
||||
You can also find a stable AUR package for the stable version of [ansible][2].
|
||||
You can also use a AUR package for the stable version of [ansible][2].
|
||||
|
||||
[1]: https://aur.archlinux.org/packages/ansible-git/
|
||||
[2]: https://aur.archlinux.org/packages/ansible/
|
||||
|
||||
Reference in New Issue
Block a user