summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsmac892023-05-19 14:19:57 -0600
committersmac892023-05-19 14:19:57 -0600
commit8fd6d9851a5532b3e2905a01be3fe5df0a1feeb7 (patch)
treeeced6ed158cfaca060f8ee33eac966feb7480250 /PKGBUILD
parent42a6c8cc52d1cb0819c99abcf9c3f208d0af1b5d (diff)
downloadaur-8fd6d9851a5532b3e2905a01be3fe5df0a1feeb7.tar.gz
update to version 1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0284d13a732c..2a1fe6727c98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: FirstAirBender <noblechuk5[at]web[dot]de>
pkgname=find-broken-desktop
-pkgver=1.0
-pkgrel=3
+pkgver=1.1
+pkgrel=1
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=('0e47961fec8f6751c695d31952a652cdc29fdbc7e7aef68c708bd40404668cc2')
+sha256sums=('19dbbfa65de50731d9b069f48820a9ff4d4d9bd47d040b82a0757a99803f91fd')
package() {
chmod +x fbrokendesktop.py