summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanil Semelenov2015-11-30 20:41:21 +0300
committerDanil Semelenov2015-11-30 20:41:21 +0300
commita78bcf8ea2a9659bb2e70abac8cd809966f300ff (patch)
tree1e7d6941ea062cdc41532e5e192ef3f0b9b8c036
parentff8768fc66bd8059ccd1e00767783c22bfd7769f (diff)
downloadaur-a78bcf8ea2a9659bb2e70abac8cd809966f300ff.tar.gz
Update the package description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfe18ebb9e8f..34429025879b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = pmenu
- pkgdesc = Dynamic menu like dmenu for terminal written in Python without dependencies with optional sorting by usage, application launcher and CtrlP alternative.
+ pkgdesc = A dynamic terminal-based menu inspired by dmenu written in Python without dependencies with an optional MRU ordering which could also be used as an application launcher and CtrlP alternative.
pkgver = 0.3.0
pkgrel = 1
url = https://github.com/sgtpep/pmenu
diff --git a/PKGBUILD b/PKGBUILD
index 1fed99a69d4c..198dc533da87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pmenu
pkgver=0.3.0
pkgrel=1
-pkgdesc="Dynamic menu like dmenu for terminal written in Python without dependencies with optional sorting by usage, application launcher and CtrlP alternative."
+pkgdesc="A dynamic terminal-based menu inspired by dmenu written in Python without dependencies with an optional MRU ordering which could also be used as an application launcher and CtrlP alternative."
url=https://github.com/sgtpep/pmenu
arch=(any)
license=(GPL3)