summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamar Rios Flores2016-05-17 21:12:45 -0600
committerMohamar Rios Flores2016-05-17 21:12:45 -0600
commit9f0789363bfe181725afc906a219feada3e163db (patch)
tree3ab951883a3bab38bec990f8ca9dfd919e7db8ce
parent5a4a2366f554dd18671b9d36cf25700b438c25b6 (diff)
downloadaur-9f0789363bfe181725afc906a219feada3e163db.tar.gz
small change to description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91ca2d991d4c..fef955d67c62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python2-modargs
- pkgdesc = modargs is a simple command line argument parsing library that infers arguments from functions in a module
+ pkgdesc = Modargs is a simple command line argument parsing library that infers arguments from functions in a module.
pkgver = 1.7
pkgrel = 1
url = http://pypi.python.org/pypi/python-modargs
diff --git a/PKGBUILD b/PKGBUILD
index 324a4c42caed..829bafe779fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python2-modargs
pkgver=1.7
pkgrel=1
-pkgdesc="modargs is a simple command line argument parsing library that infers arguments from functions in a module"
+pkgdesc="Modargs is a simple command line argument parsing library that infers arguments from functions in a module."
url="http://pypi.python.org/pypi/python-modargs"
depends=('python2' )
license=('BSD')