summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Reggi2020-12-06 14:19:37 +0100
committerEmilio Reggi2020-12-06 14:19:37 +0100
commit784c22d39b11dbdf6fe45cc50e5e396605c75313 (patch)
treedfe96e3628861d29ee75ee93be19c660d6849ebb
parent7028038c7e3e94fa11d087a7a05115d7e936c00b (diff)
downloadaur-784c22d39b11dbdf6fe45cc50e5e396605c75313.tar.gz
Changed pkgdesc to adhere to the guidelines
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d1c9d23371d..e2dd2f76ba28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = mastorss-git
- pkgdesc = mastorss reads RSS feeds and posts the items via the Mastodon API. Does not support Atom at the moment.
+ pkgdesc = Automatically read RSS feeds and post the items via the Mastodon API. Does not support Atom at the moment.
pkgver = r278.baf3e20
pkgrel = 1
url = https://schlomp.space/tastytea/mastorss.git
diff --git a/PKGBUILD b/PKGBUILD
index e3abf10b0323..e8340a6d09e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=mastorss
_source=https://schlomp.space/tastytea/mastorss.git
pkgver=r278.baf3e20
pkgrel=1
-pkgdesc="mastorss reads RSS feeds and posts the items via the Mastodon API. Does not support Atom at the moment."
+pkgdesc="Automatically read RSS feeds and post the items via the Mastodon API. Does not support Atom at the moment."
arch=('x86_64')
url="https://schlomp.space/tastytea/mastorss.git"
license=('GPL')