stig: update to 0.13.0a0

Closes: #55005 [via git-merge-pr]
This commit is contained in:
Emil Miler 2024-12-18 11:20:56 +01:00 committed by classabbyamp
parent b48f37920e
commit b6159d2d19
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,17 +1,17 @@
# Template file for 'stig' # Template file for 'stig'
pkgname=stig pkgname=stig
version=0.12.10a0 version=0.13.0a0
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-blinker python3-natsort python3-xdg python3-aiohttp depends="python3-aiohttp python3-aiohttp_socks python3-async-timeout
python3-aiohttp_socks python3-setproctitle python3-urwid python3-urwidtrees python3-blinker python3-natsort python3-setproctitle python3-urwid
python3-async-timeout" python3-urwidtrees python3-xdg"
short_desc="TUI and CLI for the BitTorrent client Transmission" short_desc="TUI and CLI for the BitTorrent client Transmission"
maintainer="Emil Miler <em@0x45.cz>" maintainer="Emil Miler <em@0x45.cz>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/rndusr/stig" homepage="https://github.com/rndusr/stig"
changelog="https://github.com/rndusr/stig/blob/master/CHANGELOG" changelog="https://github.com/rndusr/stig/blob/master/CHANGELOG"
distfiles="https://github.com/rndusr/stig/archive/v${version}.tar.gz" distfiles="https://github.com/rndusr/stig/archive/v${version}.tar.gz"
checksum=69105ed6ae6a8bd4450d37516368318b1c069b78fe8734171694e729fee2dc56 checksum=cac8040edcf15225aa5adab212eefd46d640e09e9e0406098acacde052831d98
make_check=no # needs python3-asynctest which is not packaged make_check=no # needs python3-asynctest which is not packaged