summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthorius2020-07-23 21:21:33 -0300
committerArthorius2020-07-23 21:21:33 -0300
commite86a2de2efcfb60f6994cba4b0f477ef21b23e2d (patch)
treec64fb8e89eab754a763775c3580a0aa77b6bf121
parent059a3df70f44bb40351eb3f14e3b5c895ec3c8c1 (diff)
downloadaur-e86a2de2efcf.tar.gz
Add (python-setproctitle) dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea8f404ee28a..8c83fb074923 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A very simple screen magnifier"
arch=(x86_64)
url="https://github.com/stuartlangridge/magnus/"
license=('MIT')
-depends=(python3 gobject-introspection-runtime gobject-introspection gtk3 libkeybinder3 gdk-pixbuf2)
+depends=('python3' 'python-setproctile' 'gobject-introspection-runtime' 'gobject-introspection' 'gtk3' 'libkeybinder3' 'gdk-pixbuf2')
source=("https://github.com/stuartlangridge/magnus/archive/${pkgver}.tar.gz")
md5sums=('53249667de050d930dcde097ff9ee937')