summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c8c76835294..f77f8ceafe8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = mov-cli
makedepends = python-build
makedepends = python-wheel
makedepends = python-setuptools-scm
+ makedepends = python-installer
depends = python
depends = python-beautifulsoup4
depends = python-httpx
diff --git a/PKGBUILD b/PKGBUILD
index a08dd54c454e..7df73c0c08e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: Goldy <goldy@devgoldy.xyz>
-# Maintainer: Ananas <ananas@r3tr0ananas.pro>
+# Maintainer: Ananas <ananas@ananas.moe>
pkgname=mov-cli
pkgver="4.3.15"
pkgrel=1
@@ -8,7 +8,7 @@ arch=("x86_64" "i686")
url="https://github.com/mov-cli/mov-cli"
license=("MIT")
makedepends=(
- "python-build" "python-wheel" "python-setuptools-scm"
+ "python-build" "python-wheel" "python-setuptools-scm" "python-installer"
)
depends=(
"python"