summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')