summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Muehlhaeuser2020-10-04 10:50:26 +0200
committerChristian Muehlhaeuser2020-10-04 10:50:26 +0200
commitc1ff7f988495ef4c8c1b75b7f95782e38d861ca2 (patch)
treeb48d190a457f46b2454440db98119a54ae03eb7d
parent875f84409d7be135a8db0692c118cdb37ae19440 (diff)
downloadaur-c1ff7f988495ef4c8c1b75b7f95782e38d861ca2.tar.gz
Fix package description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18d9ff5560dc..dd4d2aa1357b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = mastotool
- pkgdesc = Disk Usage/Free Utility
+ pkgdesc = a collection of tools to work with your Mastodon account
pkgver = 0.2.2
pkgrel = 1
url = https://github.com/muesli/mastotool
diff --git a/PKGBUILD b/PKGBUILD
index ed73492cbb8b..68cc5c37898a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mastotool
pkgver=0.2.2
pkgrel=1
-pkgdesc="Disk Usage/Free Utility"
+pkgdesc="a collection of tools to work with your Mastodon account"
arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/muesli/mastotool"
license=('MIT')