summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Polidori2018-10-24 19:06:03 -0400
committerMichael Polidori2018-10-24 19:06:03 -0400
commitdce5c1ff65a937821cf249ebc775f085eb4074d9 (patch)
treec8650b31f7143f71ae25b5b23d0d58b72afeea6a
parenta8b225d4ff6faeb4be502e9b99619565bdd63978 (diff)
downloadaur-dce5c1ff65a937821cf249ebc775f085eb4074d9.tar.gz
change pkgdesc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 337c37ecedcc..b928646675b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = pykgbuild
- pkgdesc = Compare a users Python PKGBUILD version(s) with respective PyPI versions
+ pkgdesc = Compare a users Python PKGBUILD version(s) with respective PyPI version(s).
pkgver = 0.1.1
pkgrel = 1
url = https://github.com/mpolidori/py-pkgbuild-version
diff --git a/PKGBUILD b/PKGBUILD
index 5b0319832dfc..5b624770bee1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=pykgbuild
_pkgname=py-pkgbuild-version
pkgver=0.1.1
pkgrel=1
-pkgdesc="Compare a users Python PKGBUILD version(s) with respective PyPI versions"
+pkgdesc="Compare a users Python PKGBUILD version(s) with respective PyPI version(s)."
url="https://github.com/mpolidori/py-pkgbuild-version"
depends=('python')
license=('MIT')