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 /PKGBUILD | |
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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}" |