summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzugno2020-08-06 14:15:42 +0200
committerzugno2020-08-06 14:15:42 +0200
commit5a6887e9b756a1b0f4a508919ed9acee00c09da1 (patch)
tree508eefcebd20c31a64231228565e09eb40931427
parent9ec4c57be72bb65cf8791fc03746b2ed175bdd3b (diff)
downloadaur-5a6887e9b756a1b0f4a508919ed9acee00c09da1.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 2b097ec794eb..d24ff1d4e0a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stig-git
pkgdesc = TUI and CLI client for the Transmission daemon
pkgver = 0.11.2a0.r13.7d8b621d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rndusr/stig
arch = any
license = GPL
@@ -14,7 +14,6 @@ pkgbase = stig-git
depends = python-pyxdg
depends = python-blinker
depends = python-natsort
- depends = python-mock
optdepends = python-aiohttp-socks: proxy support
optdepends = python-pprofile: profiling
optdepends = python-setproctitle: prettifies the process name
diff --git a/PKGBUILD b/PKGBUILD
index ad6031203cb4..2fb29e226e72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=stig-git
pkgver=0.11.2a0.r13.7d8b621d
-pkgrel=1
+pkgrel=2
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=('git' 'python-setuptools')
optdepends=('python-aiohttp-socks: proxy support'
'python-pprofile: profiling'