summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2022-06-05 23:43:09 +0200
committerJose Riha2022-06-05 23:43:09 +0200
commitf1c88146574754d9feb55dbf6acad676f36a1093 (patch)
tree0fa292a5cd2b5dd7a226ce7e8b33cf0aeb7d17d4 /PKGBUILD
parent5e6c944740cc660872caf33cd87dd1fa4aa66765 (diff)
downloadaur-f1c88146574754d9feb55dbf6acad676f36a1093.tar.gz
Fix (make)deps (thanks @MarsSeed)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62a2e70385dc..8204253ad076 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,10 @@ depends=("motion"
"python-pillow"
"python-pycurl"
"python-tornado"
- "python-six")
-makedepends=("python-setuptools")
+ "python-six"
+ "python-babel"
+ "python-boto3")
+makedepends=("python-setuptools" "python-pip")
backup=("etc/motioneye/motioneye.conf")
source=("git+$url#branch=dev"
"motioneye.service")