diff options
author | zugno | 2020-08-06 14:11:30 +0200 |
---|---|---|
committer | zugno | 2020-08-06 14:11:30 +0200 |
commit | 47a6c0d660c135c998fcec0c5f7f3a60529e98c5 (patch) | |
tree | 527bb8cbcafd6ea17a0fc8881c66536c282891aa | |
parent | d2048d9f47e9909285572c6cfad35c1c85ca34a1 (diff) | |
download | aur-47a6c0d660c135c998fcec0c5f7f3a60529e98c5.tar.gz |
Remove temporary python-mock dependency
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = stig pkgdesc = TUI and CLI client for the Transmission daemon pkgver = 0.11.2a0 - pkgrel = 4 + pkgrel = 5 url = https://github.com/rndusr/stig arch = any license = GPL @@ -13,7 +13,6 @@ pkgbase = stig depends = python-pyxdg depends = python-blinker depends = python-natsort - depends = python-mock optdepends = python-pprofile: profiling optdepends = python-setproctitle: prettifies the process name source = stig-0.11.2a0.tar.gz::https://github.com/rndusr/stig/archive/v0.11.2a0.tar.gz @@ -2,11 +2,11 @@ pkgname=stig pkgver=0.11.2a0 -pkgrel=4 +pkgrel=5 pkgdesc='TUI and CLI client for the Transmission daemon' url='https://github.com/rndusr/stig' depends=('python' 'python-urwid' 'python-urwidtrees' 'python-aiohttp' - 'python-pyxdg' 'python-blinker' 'python-natsort' 'python-mock') + 'python-pyxdg' 'python-blinker' 'python-natsort') makedepends=('python-setuptools') optdepends=('python-pprofile: profiling' 'python-setproctitle: prettifies the process name') |