summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 793376a5caef..e425c509ddfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: Christian Zugno < chriszugno [at] gmail [dot] com >
+# Contributor: Kazuo Teramoto < kaz.rag [at] gmail [dot] com >
pkgname=stig-git
-pkgver=0.11.2a0.r0.7ab3df0c
-pkgrel=2
+pkgver=0.11.2a0.r12.0d299a2c
+pkgrel=3
pkgdesc='TUI and CLI client for the Transmission daemon'
url='https://github.com/rndusr/stig'
depends=('python' 'python-urwid' 'python-urwidtrees' 'python-aiohttp'
'python-pyxdg' 'python-blinker' 'python-natsort')
makedepends=('git' 'python-setuptools')
-optdepends=('python-pprofile: profiling'
+optdepends=('python-aiohttp-socks: proxy support'
+ 'python-pprofile: profiling'
'python-setproctitle: prettifies the process name')
license=('GPL')
arch=('any')
@@ -27,7 +29,6 @@ pkgver() {
prepare(){
cd stig
sed -i 's/urwidtrees>=1.0.3dev0/urwidtrees>=1.0.2/' setup.py
- rm .python-version
}
build() {