angrysearch: remove noarch
This commit is contained in:
parent
b500aab7cc
commit
cdd8aa5868
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'angrysearch'
|
||||
pkgname=angrysearch
|
||||
version=1.0.1
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="ANGRYsearch-${version}"
|
||||
pycompile_dirs="usr/share/angrysearch"
|
||||
hostmakedepends="python3"
|
||||
depends="python3-PyQt5 xdg-utils"
|
||||
archs=noarch
|
||||
short_desc="Instant file search"
|
||||
maintainer="DirectorX <void.directorx@protonmail.com>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/dotheevo/angrysearch/"
|
||||
python_version=3
|
||||
pycompile_dirs="usr/share/angrysearch"
|
||||
distfiles="http://github.com/dotheevo/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=9a550649c3efafb26660860758f2e75702ce96a0a0c50dc34ced2967b51a843f
|
||||
python_version=3
|
||||
|
||||
do_install() {
|
||||
vinstall angrysearch.desktop 644 "usr/share/applications"
|
||||
|
|
Loading…
Reference in New Issue