diff --git a/docs/installation.md b/docs/installation.md
index 22267d9..ded7323 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -100,6 +100,8 @@ Dotdrop is available on aur:
* stable:
* git version:
+Make sure to install the [python-magic-ahupp](https://aur.archlinux.org/packages/python-magic-ahupp/) from aur.
+
Then follow the [doc to setup your repository](repository-setup.md).
## Snap package
diff --git a/packages/arch-dotdrop-git/PKGBUILD b/packages/arch-dotdrop-git/PKGBUILD
index a37e2d3..4e1688d 100644
--- a/packages/arch-dotdrop-git/PKGBUILD
+++ b/packages/arch-dotdrop-git/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://github.com/deadc0de6/dotdrop"
license=('GPL')
groups=()
-depends=('python' 'python-setuptools' 'python-jinja' 'python-docopt' 'python-ruamel-yaml' 'python-magic')
+depends=('python' 'python-setuptools' 'python-jinja' 'python-docopt' 'python-ruamel-yaml' 'python-magic-ahupp')
makedepends=('git')
provides=(dotdrop)
conflicts=(dotdrop)
diff --git a/packages/arch-dotdrop/PKGBUILD b/packages/arch-dotdrop/PKGBUILD
index c672a5f..8de871a 100644
--- a/packages/arch-dotdrop/PKGBUILD
+++ b/packages/arch-dotdrop/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/deadc0de6/dotdrop"
license=('GPL')
groups=()
-depends=('python' 'python-setuptools' 'python-jinja' 'python-docopt' 'python-ruamel-yaml' 'python-magic')
+depends=('python' 'python-setuptools' 'python-jinja' 'python-docopt' 'python-ruamel-yaml' 'python-magic-ahupp')
makedepends=('git')
source=("git+https://github.com/deadc0de6/dotdrop.git#tag=v${pkgver}")
md5sums=('SKIP')