summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2019-12-11 09:53:03 -0500
committerStorm Dragon2019-12-11 09:53:03 -0500
commit5ac37c1f91116620d3b520cc3c5e26c328f777af (patch)
tree79ce9e864efa499d87fe692a702c7753f40a4c51
parentf5a29d7a8be163f51f67265de3479f2e166cf743 (diff)
downloadaur-5ac37c1f91116620d3b520cc3c5e26c328f777af.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 2ac7b0759c91..f963356c3f5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = numnastics-git
depends = python-pygame
depends = python-pyperclip
depends = python-requests
+ depends = python-setproctitle
depends = python-xdg
depends = speech-dispatcher
provides = numnastics
diff --git a/PKGBUILD b/PKGBUILD
index c35934c3eaaa..0b7e081907c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A number puzzle audio game"
arch=('any')
url="https://gitlab.com/stormdragon2976/numnastics"
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")