diff options
author | zugno | 2024-07-21 11:12:46 +0200 |
---|---|---|
committer | zugno | 2024-07-21 11:12:46 +0200 |
commit | f9ae081b786f73503b6f421a88cdb459a60cc365 (patch) | |
tree | 326fe31a39135c2b66124cc20cb23a4e8acf1b1c | |
parent | 301a4a95e7ca234e0b2e8eeb7e531055d6de42c0 (diff) | |
download | aur-f9ae081b786f73503b6f421a88cdb459a60cc365.tar.gz |
Update to version 0.12.10a0
-rwxr-xr-x | .SRCINFO | 7 | ||||
-rwxr-xr-x | PKGBUILD | 5 |
2 files changed, 7 insertions, 5 deletions
@@ -1,10 +1,11 @@ pkgbase = stig pkgdesc = TUI and CLI client for the Transmission daemon - pkgver = 0.12.6a0 + pkgver = 0.12.10a0 pkgrel = 1 url = https://github.com/rndusr/stig arch = any license = GPL + checkdepends = python-asynctest makedepends = python-setuptools depends = python depends = python-urwid @@ -17,7 +18,7 @@ pkgbase = stig optdepends = python-pprofile: profiling optdepends = python-setproctitle: prettifies the process name optdepends = python-aiohttp-socks: proxy support - source = stig-0.12.6a0.tar.gz::https://github.com/rndusr/stig/archive/v0.12.6a0.tar.gz - sha256sums = f056c187d7ee1b046395c3a6c8226896f48a7758cf3aae820c7467cb617fcbff + source = stig-0.12.10a0.tar.gz::https://github.com/rndusr/stig/archive/v0.12.10a0.tar.gz + sha256sums = 69105ed6ae6a8bd4450d37516368318b1c069b78fe8734171694e729fee2dc56 pkgname = stig @@ -2,7 +2,7 @@ # Contributor: Kazuo Teramoto < kaz.rag [at] gmail [dot] com > pkgname=stig -pkgver=0.12.6a0 +pkgver=0.12.10a0 pkgrel=1 pkgdesc='TUI and CLI client for the Transmission daemon' url='https://github.com/rndusr/stig' @@ -12,12 +12,13 @@ makedepends=('python-setuptools') optdepends=('python-pprofile: profiling' 'python-setproctitle: prettifies the process name' 'python-aiohttp-socks: proxy support') +checkdepends=('python-asynctest') license=('GPL') arch=('any') source=("stig-${pkgver}.tar.gz::https://github.com/rndusr/stig/archive/v${pkgver}.tar.gz") -sha256sums=('f056c187d7ee1b046395c3a6c8226896f48a7758cf3aae820c7467cb617fcbff') +sha256sums=('69105ed6ae6a8bd4450d37516368318b1c069b78fe8734171694e729fee2dc56') build() { cd "stig-${pkgver}" |