summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFirstAirBender2023-11-04 03:34:48 -0600
committerFirstAirBender2023-11-04 03:34:48 -0600
commit815406efbf7e77659b9848e3b710dd4f83ed40af (patch)
tree8f73178c11e27f6fae24f79a7cb66804c247587e /PKGBUILD
parent57ee25d81afdc30ed398bd5a8a346cd4cf17d390 (diff)
downloadaur-815406efbf7e77659b9848e3b710dd4f83ed40af.tar.gz
avoid index error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf9136739977..d43b57ee923b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: FirstAirBender <noblechuk5[at]web[dot]de>
pkgname=find-broken-desktop
pkgver=1.3
-pkgrel=1
+pkgrel=2
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"
@@ -9,7 +9,7 @@ arch=("any")
license=('MIT')
depends=('python' 'python-pyxdg')
source=("fbrokendesktop.py")
-sha256sums=('27cb59808bf8245041962a3fc576bb33a3d911745901c583694d77fbf44720e5')
+sha256sums=('af8bfb0d6d587beeafea67a528b638a20f76eb436ce9fa9a89e8a0161ab2ec71')
package() {
chmod +x fbrokendesktop.py