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 4412a3f961a5..33cbf81ea0f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = diskus-git
- pkgdesc = A command-line tool to generate, analyze, convert and manipulate colors
+ pkgdesc = A minimal, fast alternative to 'du -sh'
pkgver = 0.6.0.85.g90fa0e3
pkgrel = 1
url = https://github.com/sharkdp/diskus
diff --git a/PKGBUILD b/PKGBUILD
index b8588a3f0708..024710bd38a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="diskus-git"
_pkgname="diskus"
pkgver=0.6.0.85.g90fa0e3
pkgrel=1
-pkgdesc="A command-line tool to generate, analyze, convert and manipulate colors"
+pkgdesc="A minimal, fast alternative to 'du -sh'"
arch=("i686" "x86_64" "arm" "aarch64")
url="https://github.com/sharkdp/diskus"
license=("MIT" "Apache")