From 46dbcf4ff0e813214f9edce9ba3ed7bc12392576 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Mon, 6 May 2024 14:30:05 +0200 Subject: [PATCH] stig: update to 0.12.8a0, adopt --- srcpkgs/stig/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template index 05222ba695e..c611236af17 100644 --- a/srcpkgs/stig/template +++ b/srcpkgs/stig/template @@ -1,15 +1,16 @@ # Template file for 'stig' pkgname=stig -version=0.12.3a0 -revision=3 +version=0.12.8a0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-blinker python3-natsort python3-xdg python3-aiohttp - python3-aiohttp_socks python3-setproctitle python3-urwid python3-urwidtrees" + python3-aiohttp_socks python3-setproctitle python3-urwid python3-urwidtrees + python3-async-timeout" short_desc="TUI and CLI for the BitTorrent client Transmission" -maintainer="Orphaned " +maintainer="Emil Miler " license="GPL-3.0-or-later" homepage="https://github.com/rndusr/stig" distfiles="https://github.com/rndusr/stig/archive/v${version}.tar.gz" -checksum=49cf2b8d73fa7f61a500672d02cd18a7155d842907b09450a5f92a9b360c6575 +checksum=2c01f99988d8a536692e55bb22b7e0f265a213f70d85e70375771f002da88cbc make_check=no # needs python3-asynctest which is not packaged