summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzugno2020-07-30 13:52:49 +0200
committerzugno2020-07-30 13:52:49 +0200
commit18f74829669e0f5e5f75890964133fefdd1ed50d (patch)
tree45a6bb9e14a1a158d791ef6961d9a88279937827
parent75082fc0e3a447526abd50b26c72d0cb10ce7f4c (diff)
downloadaur-18f74829669e0f5e5f75890964133fefdd1ed50d.tar.gz
Update prepare function and optional dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 294994df688a..e683add25ce7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stig-git
pkgdesc = TUI and CLI client for the Transmission daemon
- pkgver = 0.11.2a0.r0.7ab3df0c
- pkgrel = 2
+ pkgver = 0.11.2a0.r12.0d299a2c
+ pkgrel = 3
url = https://github.com/rndusr/stig
arch = any
license = GPL
@@ -14,6 +14,7 @@ pkgbase = stig-git
depends = python-pyxdg
depends = python-blinker
depends = python-natsort
+ optdepends = python-aiohttp-socks: proxy support
optdepends = python-pprofile: profiling
optdepends = python-setproctitle: prettifies the process name
provides = stig
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() {