Commit c1d1d058 authored by Seblu's avatar Seblu
Browse files

Add missing space between Arch and Linux

parent feafa424
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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')
+1 −1
Original line number Diff line number Diff line
@@ -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.

+1 −1
Original line number Diff line number Diff line
@@ -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