summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuo Teramoto2018-05-10 22:38:47 -0300
committerKazuo Teramoto2018-05-10 22:38:47 -0300
commit4899bf9c41fcb49e18fcc91cb62549af2a15f040 (patch)
treef3b1ef6fa74e5e5ce5f5f5f30ca77ff7fcf42419
parent28c4511bf21679283d7704a8cbb69b0b25949abf (diff)
downloadaur-4899bf9c41fcb49e18fcc91cb62549af2a15f040.tar.gz
Update to version 0.9.0a
* Replace `python-geoip` optdep to `python-maxminddb` * Add new optdep `python-setproctitle` for pretty title inside tmux
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a81a2ecb1c5..4cdc07415b6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stig-git
pkgdesc = TUI and CLI client for the Transmission daemon
- pkgver = 0.8.3a.r97.71ee76c
- pkgrel = 2
+ pkgver = 0.9.0a.r0.707642d
+ pkgrel = 1
url = https://github.com/rndusr/stig
arch = any
license = GPL
@@ -14,8 +14,9 @@ pkgbase = stig-git
depends = python-xdg
depends = python-blinker
depends = python-natsort
- optdepends = python-geoip: shows country codes in peer lists
+ optdepends = python-maxminddb: shows country codes in peer lists
optdepends = python-pprofile: profiling
+ optdepends = python-setproctitle: prettifies the process name
provides = stig
conflicts = stig
source = git+https://github.com/rndusr/stig.git
diff --git a/PKGBUILD b/PKGBUILD
index b8aced056e85..424164da6d8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
pkgbase=('stig-git')
pkgname=('stig-git')
-pkgver=0.8.3a.r97.71ee76c
-pkgrel=2
+pkgver=0.9.0a.r0.707642d
+pkgrel=1
pkgdesc='TUI and CLI client for the Transmission daemon'
url='https://github.com/rndusr/stig'
depends=('python' 'python-urwid' 'python-urwidtrees' 'python-aiohttp'
'python-xdg' 'python-blinker' 'python-natsort')
makedepends=('git' 'python-setuptools')
-optdepends=('python-geoip: shows country codes in peer lists'
- 'python-pprofile: profiling')
+optdepends=('python-maxminddb: shows country codes in peer lists'
+ 'python-pprofile: profiling'
+ 'python-setproctitle: prettifies the process name')
license=('GPL')
arch=('any')
provides=('stig')