summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc4f5226ed59..670670761302 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stig-git
pkgdesc = TUI and CLI client for the Transmission daemon
- pkgver = 0.4.0a.r0.ecaf209
+ pkgver = 0.7.0a.r0.b0d20e3
pkgrel = 1
url = https://github.com/rndusr/stig
arch = any
@@ -13,6 +13,7 @@ pkgbase = stig-git
depends = python-aiohttp
depends = python-appdirs
depends = python-blinker
+ depends = python-natsort
optdepends = python-geoip: shows country codes in peer lists
provides = stig
conflicts = stig
diff --git a/PKGBUILD b/PKGBUILD
index 216cf0caa73a..5d9d8120021b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgbase=('stig-git')
pkgname=('stig-git')
-pkgver=0.4.0a.r0.ecaf209
+pkgver=0.7.0a.r0.b0d20e3
pkgrel=1
-pkgdesc="TUI and CLI client for the Transmission daemon"
-url="https://github.com/rndusr/stig"
+pkgdesc='TUI and CLI client for the Transmission daemon'
+url='https://github.com/rndusr/stig'
depends=('python' 'python-urwid' 'python-urwidtrees-git' 'python-aiohttp'
- 'python-appdirs' 'python-blinker')
+ 'python-appdirs' 'python-blinker' 'python-natsort')
makedepends=('git' 'python-setuptools')
optdepends=('python-geoip: shows country codes in peer lists')
license=('GPL')