summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 673cb3e33670..9bc07084e3c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Thu Oct 19 14:25:48 UTC 2017
+# Thu Oct 19 14:26:49 UTC 2017
pkgbase = python-arg
- pkgdesc = Convenient method for adjusting the backlight on your portable computer
+ pkgdesc = A simple argument parser for Python
pkgver = 1.0
pkgrel = 1
url = https://github.com/maandree/python-arg
diff --git a/PKGBUILD b/PKGBUILD
index 3edc0cd12b69..df82db396a60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-arg
pkgname=(python-arg python2-arg)
pkgver=1.0
pkgrel=1
-pkgdesc="Convenient method for adjusting the backlight on your portable computer"
+pkgdesc="A simple argument parser for Python"
arch=('any')
url="https://github.com/maandree/python-arg"
license=('custom:ISC')