deluge: rebuild for Python 3.9, drop noarch
This commit is contained in:
parent
148b5f407f
commit
782a1ae28a
1 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'deluge'
|
# Template file for 'deluge'
|
||||||
pkgname=deluge
|
pkgname=deluge
|
||||||
version=2.0.3
|
version=2.0.3
|
||||||
revision=7
|
revision=8
|
||||||
archs=noarch
|
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
# TODO package python3-slimit to minify javascript
|
# TODO package python3-slimit to minify javascript
|
||||||
hostmakedepends="intltool python3-setuptools python3-wheel"
|
hostmakedepends="intltool python3-setuptools python3-wheel"
|
||||||
|
@ -27,7 +26,6 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
deluge-gtk_package() {
|
deluge-gtk_package() {
|
||||||
archs=noarch
|
|
||||||
replaces="deluge<1.3.14_1"
|
replaces="deluge<1.3.14_1"
|
||||||
short_desc+=" - GTK+ frontend"
|
short_desc+=" - GTK+ frontend"
|
||||||
depends="${sourcepkg}-${version}_${revision} python3-gobject"
|
depends="${sourcepkg}-${version}_${revision} python3-gobject"
|
||||||
|
@ -42,7 +40,6 @@ deluge-gtk_package() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
deluge-web_package() {
|
deluge-web_package() {
|
||||||
archs=noarch
|
|
||||||
replaces="deluge<1.3.14_1"
|
replaces="deluge<1.3.14_1"
|
||||||
short_desc+=" - Web frontend"
|
short_desc+=" - Web frontend"
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue