summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 334422e50fd7..ae6a46becedf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = find-broken-desktop
- 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
pkgver = 1.0
pkgrel = 3
arch = any
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')