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