summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Gamble2020-12-10 23:29:06 +1100
committerMatthew Gamble2020-12-10 23:29:06 +1100
commit38c516ecb29175cd002a81ab82afd8bd1e9342de (patch)
treebfd8bce5b044877361840f1db646decbc2c07a8d
parentbca38492923219ec5c83ea0966094e2f47f83806 (diff)
downloadaur-38c516ecb29175cd002a81ab82afd8bd1e9342de.tar.gz
Reduce length of package description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77f8e035ee96..61927c4b39cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = chkcrontab
- pkgdesc = A tool for checking system crontab files (/etc/crontab and /etc/cron.d normally) for errors and common mistakes.
+ pkgdesc = A tool for checking system crontab files for errors and common mistakes.
pkgver = 1.7
pkgrel = 4
url = https://github.com/lyda/chkcrontab
diff --git a/PKGBUILD b/PKGBUILD
index 4429141f6f2d..fa33a03c86bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=chkcrontab
pkgver=1.7
pkgrel=4
-pkgdesc="A tool for checking system crontab files (/etc/crontab and /etc/cron.d normally) for errors and common mistakes."
+pkgdesc="A tool for checking system crontab files for errors and common mistakes."
arch=("any")
url="https://github.com/lyda/chkcrontab"
license=("Apache")