deluge: rebuild for Python 3.9, drop noarch

This commit is contained in:
Andrew J. Hesford 2020-10-07 09:49:43 -04:00
parent 148b5f407f
commit 782a1ae28a

View file

@ -1,8 +1,7 @@
# Template file for 'deluge'
pkgname=deluge
version=2.0.3
revision=7
archs=noarch
revision=8
build_style=python3-module
# TODO package python3-slimit to minify javascript
hostmakedepends="intltool python3-setuptools python3-wheel"
@ -27,7 +26,6 @@ post_install() {
}
deluge-gtk_package() {
archs=noarch
replaces="deluge<1.3.14_1"
short_desc+=" - GTK+ frontend"
depends="${sourcepkg}-${version}_${revision} python3-gobject"
@ -42,7 +40,6 @@ deluge-gtk_package() {
}
}
deluge-web_package() {
archs=noarch
replaces="deluge<1.3.14_1"
short_desc+=" - Web frontend"
depends="${sourcepkg}-${version}_${revision}"