summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2020-01-28 17:07:55 -0700
committeryochananmarqos2020-01-28 17:07:55 -0700
commitb931bee27bd1474340ff0cdcbf25abf0496bfa09 (patch)
treeb70b94c7473f87ee7dfb2fcf22e4114a13f73212
parentdcffef0693b0279160570aceef393edb22125c63 (diff)
downloadaur-b931bee27bd1474340ff0cdcbf25abf0496bfa09.tar.gz
shorten description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 322c4d1cf612..ab137c63cd1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-mouseinfo
- pkgdesc = An application to display XY position and RGB color information for the pixel currently under the mouse.
+ pkgdesc = Display XY position and RGB color information for the pixel currently under the mouse.
pkgver = 0.1.2
pkgrel = 1
url = https://github.com/asweigart/mouseinfo
diff --git a/PKGBUILD b/PKGBUILD
index c007f64a819f..86fa15618d6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=python-mouseinfo
_name=MouseInfo
pkgver=0.1.2
pkgrel=1
-pkgdesc="An application to display XY position and RGB color information for the pixel currently under the mouse."
+pkgdesc="Display XY position and RGB color information for the pixel currently under the mouse."
arch=('any')
url="https://github.com/asweigart/mouseinfo"
license=('GPL3')