summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Reggi2020-12-06 14:21:01 +0100
committerEmilio Reggi2020-12-06 14:21:01 +0100
commit84ea46b123190dbf034f1db96108564d30cc5676 (patch)
tree1e87503bb557e7d4980adc2bfd7927aa9c19dfed
parent6167765c760b46d7b6ed4b4536c78f144189d5b7 (diff)
downloadaur-84ea46b123190dbf034f1db96108564d30cc5676.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 af995fbc3ab7..42808ea69a4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = mastodonpp-git
- pkgdesc = mastodonpp is a C++ wrapper for the Mastodon and Pleroma APIs. It replaces mastodon-cpp.
+ pkgdesc = A C++ wrapper for the Mastodon and Pleroma APIs. It replaces mastodon-cpp.
pkgver = r337.cca3a4a
pkgrel = 1
url = https://schlomp.space/tastytea/mastodonpp.git
diff --git a/PKGBUILD b/PKGBUILD
index bae453d873a6..6c581dc3e4e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=mastodonpp
_source=https://schlomp.space/tastytea/mastodonpp.git
pkgver=r337.cca3a4a
pkgrel=1
-pkgdesc="mastodonpp is a C++ wrapper for the Mastodon and Pleroma APIs. It replaces mastodon-cpp."
+pkgdesc="A C++ wrapper for the Mastodon and Pleroma APIs. It replaces mastodon-cpp."
arch=('x86_64')
url="https://schlomp.space/tastytea/mastodonpp.git"
license=('AGPL')