summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsmac892023-05-19 12:37:14 -0600
committersmac892023-05-19 12:37:14 -0600
commit732f16cdb8ea828c265297fbb7225777c83e20d9 (patch)
treec4d70674dcd5a97167baedc4734c3ec48d674777 /PKGBUILD
parent03012fd418afc3d9ae0874e3c8d8481f19b29d97 (diff)
downloadaur-732f16cdb8ea828c265297fbb7225777c83e20d9.tar.gz
update description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8395b1b211e6..0284d13a732c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,9 @@
pkgname=find-broken-desktop
pkgver=1.0
pkgrel=3
-pkgdesc="Find desktop entries files with broken executables. Has similar functionality to fbrokendesktop"
+pkgdesc="Find desktop entries files with broken executables.
+Similar in functionality to fbrokendesktop, but written in python to avoid some
+of the shortcomings of parsing .desktop files with shell scripts"
arch=("any")
license=('MIT')
depends=('python' 'python-pyxdg')