summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2019-12-11 09:52:04 -0500
committerStorm Dragon2019-12-11 09:52:04 -0500
commit7d44ba08d6c4b5b2123e8f6874069b6c490ed103 (patch)
tree0359bbd7c1b1e18d6072b9bf69c55a7820f35212
parenteaf89d9f1dab14c409e44889271409bedaae3eef (diff)
downloadaur-monkeyspank-git.tar.gz
Updated dependancies.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97da6e450cda..f36cde158a35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = monkeyspank-git
depends = python-pygame
depends = python-pyperclip
depends = python-requests
+ depends = python-setproctitle
depends = python-xdg
depends = speech-dispatcher
provides = monkeyspank
diff --git a/PKGBUILD b/PKGBUILD
index 4eb27fb31481..bb37d94ac08e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A reaction based audio game"
arch=('any')
url="https://gitlab.com/stormdragon2976/${_pkgname}"
license=('GPL3')
-depends=('python' 'python-pygame' 'python-pyperclip' 'python-requests' 'python-xdg' 'speech-dispatcher')
+depends=('python' 'python-pygame' 'python-pyperclip' 'python-requests' 'python-setproctitle' 'python-xdg' 'speech-dispatcher')
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")