summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzugno2020-08-06 14:11:30 +0200
committerzugno2020-08-06 14:11:30 +0200
commit47a6c0d660c135c998fcec0c5f7f3a60529e98c5 (patch)
tree527bb8cbcafd6ea17a0fc8881c66536c282891aa
parentd2048d9f47e9909285572c6cfad35c1c85ca34a1 (diff)
downloadaur-47a6c0d660c135c998fcec0c5f7f3a60529e98c5.tar.gz
Remove temporary python-mock dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce5b8aaef86f..c960c9c4e34c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 704b495c6feb..69809ece404e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')