summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c756d99425a..bc4f5226ed59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stig-git
pkgdesc = TUI and CLI client for the Transmission daemon
- pkgver = 0.1.0a.r2.9da7ec5
+ pkgver = 0.4.0a.r0.ecaf209
pkgrel = 1
url = https://github.com/rndusr/stig
arch = any
@@ -13,9 +13,10 @@ pkgbase = stig-git
depends = python-aiohttp
depends = python-appdirs
depends = python-blinker
+ optdepends = python-geoip: shows country codes in peer lists
provides = stig
conflicts = stig
- source = git+https://github.com/rndusr/stig.git
+ source = git+https://github.com/rndusr/stig.git#branch=dev
sha256sums = SKIP
pkgname = stig-git
diff --git a/PKGBUILD b/PKGBUILD
index f46edd7681e1..216cf0caa73a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgbase=('stig-git')
pkgname=('stig-git')
-pkgver=0.1.0a.r2.9da7ec5
+pkgver=0.4.0a.r0.ecaf209
pkgrel=1
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')
makedepends=('git' 'python-setuptools')
+optdepends=('python-geoip: shows country codes in peer lists')
license=('GPL')
arch=('any')
provides=('stig')