angrysearch: update to 1.0.3.

This commit is contained in:
Eloi Torrents 2023-05-26 12:14:17 +02:00 committed by classabbyamp
parent 4abebdf477
commit 154dc5b125
2 changed files with 4 additions and 17 deletions

View File

@ -1,13 +0,0 @@
diff --git angrysearch.py angrysearch.py
index 33c181d..ef9d5a2 100644
--- a/angrysearch.py
+++ b/angrysearch.py
@@ -18,6 +18,8 @@ import subprocess
import sys
import time
+sys.path.append('/usr/share/angrysearch/')
+
# QT RESOURCE FILE WITH MIME ICONS AND DARK GUI THEME ICONS
# IF NOT AVAILABLE ONLY 2 ICONS REPRESENTING FILE & DIRECTORY ARE USED
try:

View File

@ -1,7 +1,7 @@
# Template file for 'angrysearch'
pkgname=angrysearch
version=1.0.1
revision=5
version=1.0.3
revision=1
pycompile_dirs="usr/share/angrysearch"
hostmakedepends="python3"
depends="python3-PyQt5 xdg-utils"
@ -9,8 +9,8 @@ short_desc="Instant file search"
maintainer="DirectorX <void.directorx@protonmail.com>"
license="GPL-2.0-only"
homepage="https://github.com/dotheevo/angrysearch/"
distfiles="http://github.com/dotheevo/${pkgname}/archive/v${version}.tar.gz"
checksum=9a550649c3efafb26660860758f2e75702ce96a0a0c50dc34ced2967b51a843f
distfiles="http://github.com/dotheevo/angrysearch/archive/v${version}.tar.gz"
checksum=bb20907d97804931863f377fe19ac2008a9e43c80517f775667f9fe49792c585
python_version=3
do_install() {