diff options
author | Kazuo Teramoto | 2017-03-16 13:32:19 -0300 |
---|---|---|
committer | Kazuo Teramoto | 2017-03-16 13:32:19 -0300 |
commit | 7c67565a23301fdfce73c3bc366e641d31b0830e (patch) | |
tree | 30a09b39b161de9386d569e49fb6c9aa4e6c3350 | |
parent | 320abcf7a5b505e4ab99dba2a6b18d0ccacc37ae (diff) | |
download | aur-7c67565a23301fdfce73c3bc366e641d31b0830e.tar.gz |
Update to version 0.4.0a
Add `python-geoip` to optdepends, it was introduced in the previous
version.
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 6 insertions, 5 deletions
@@ -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 @@ -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}" |