summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Polidori2018-10-24 19:04:46 -0400
committerMichael Polidori2018-10-24 19:04:46 -0400
commit0fb1dcc500633075d576f05dda6d5885e215abdd (patch)
treef2481ceb050c059cd05eae8fe72949b9d9d76c18
parent8c627aca4f065446527598efd47b3697d4528e96 (diff)
downloadaur-0fb1dcc500633075d576f05dda6d5885e215abdd.tar.gz
change pkgdesc
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a02b71ffefe..5b0319832dfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=pykgbuild
_pkgname=py-pkgbuild-version
pkgver=0.1.1
pkgrel=1
-pkgdesc="Compare PyPI packages with users PKGBUILD versions"
+pkgdesc="Compare a users Python PKGBUILD version(s) with respective PyPI versions"
url="https://github.com/mpolidori/py-pkgbuild-version"
depends=('python')
license=('MIT')