summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzugno2024-07-21 11:12:46 +0200
committerzugno2024-07-21 11:12:46 +0200
commitf9ae081b786f73503b6f421a88cdb459a60cc365 (patch)
tree326fe31a39135c2b66124cc20cb23a4e8acf1b1c
parent301a4a95e7ca234e0b2e8eeb7e531055d6de42c0 (diff)
downloadaur-f9ae081b786f73503b6f421a88cdb459a60cc365.tar.gz
Update to version 0.12.10a0
-rwxr-xr-x.SRCINFO7
-rwxr-xr-xPKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55a169b3505e..ac8fa274e26f 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index d1d61450e2cf..77b403c2a3ac 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"