summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuo Teramoto2017-03-16 13:32:19 -0300
committerKazuo Teramoto2017-03-16 13:32:19 -0300
commit7c67565a23301fdfce73c3bc366e641d31b0830e (patch)
tree30a09b39b161de9386d569e49fb6c9aa4e6c3350
parent320abcf7a5b505e4ab99dba2a6b18d0ccacc37ae (diff)
downloadaur-7c67565a23301fdfce73c3bc366e641d31b0830e.tar.gz
Update to version 0.4.0a
Add `python-geoip` to optdepends, it was introduced in the previous version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7765cdee3dac..b287e0f16ef7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stig
pkgdesc = TUI and CLI client for the Transmission daemon
- pkgver = 0.3.0a
+ pkgver = 0.4.0a
pkgrel = 1
url = https://github.com/rndusr/stig
arch = any
@@ -12,8 +12,8 @@ pkgbase = stig
depends = python-aiohttp
depends = python-appdirs
depends = python-blinker
- source = stig-0.3.0a.tar.gz::https://github.com/rndusr/stig/archive/v0.3.0a.tar.gz
- sha256sums = d7b976bea7673d4f5da05e395ecd16892885cc4a5deba903e8da24ad26b6884b
+ source = stig-0.4.0a.tar.gz::https://github.com/rndusr/stig/archive/v0.4.0a.tar.gz
+ sha256sums = 6d506497a1713a8ba7925b0f32dcd7bd6f5f828ca7b2ef04623580fc695e9193
pkgname = stig
diff --git a/PKGBUILD b/PKGBUILD
index 1e7d40d7ff38..4cf0f5fcfa7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,18 @@
pkgbase=('stig')
pkgname=('stig')
-pkgver=0.3.0a
+pkgver=0.4.0a
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-appdirs' 'python-blinker')
makedepends=('python-setuptools')
+opedepends=('python-geoip: shows country codes in peer lists')
license=('GPL')
arch=('any')
source=("stig-${pkgver}.tar.gz::https://github.com/rndusr/stig/archive/v${pkgver}.tar.gz")
-sha256sums=('d7b976bea7673d4f5da05e395ecd16892885cc4a5deba903e8da24ad26b6884b')
+sha256sums=('6d506497a1713a8ba7925b0f32dcd7bd6f5f828ca7b2ef04623580fc695e9193')
build() {
cd "stig-${pkgver}"