summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")