diff --git a/PKGBUILD b/PKGBUILD index be9f0a414229a7bf1a2f902836de75a869e04bc4..a066d31cd6fce7b010404ab0a70625cd39b279dd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=agetpkg-git pkgver="$(git log --pretty=format:''|wc -l)" pkgrel=1 -pkgdesc='Archlinux Archive Get Package (Git version)' +pkgdesc='Arch Linux Archive Get Package (Git version)' arch=('any') url='https://github.com/seblu/agetpkg' license=('GPL2') diff --git a/README.md b/README.md index 5c284eb3302a3f0145d6365c1ce7ee13e52ee77d..915d627fb8ce28885e127e555c4ae583dca0f84a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ agetpkg Introduction ------------ -**agetpkg** is a command line tool used to quickly list/get/install packages stored on the [Archlinux Archive](https://wiki.archlinux.org/index.php/Arch_Linux_Archive). +**agetpkg** is a command line tool used to quickly list/get/install packages stored on the [Arch Linux Archive](https://wiki.archlinux.org/index.php/Arch_Linux_Archive). **agetpkg** means **A**rchive **G**et **P**ackage. diff --git a/agetpkg b/agetpkg index 27e9705931a760ffb707a7640975fb74a9cf8b77..7f624ccf87cc9397f5fd3e9eb9cdec276d8ce52a 100755 --- a/agetpkg +++ b/agetpkg @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -'''Archlinux Archive Get Package''' +'''Arch Linux Archive Get Package''' from argparse import ArgumentParser from collections import OrderedDict