1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-16 04:51:11 +00:00

add python-magic dependency for aur

This commit is contained in:
deadc0de6
2020-11-09 08:56:43 +01:00
parent 18b156ec2c
commit 05a0d37e65
4 changed files with 3 additions and 41 deletions

View File

@@ -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')
depends=('python' 'python-setuptools' 'python-jinja' 'python-docopt' 'python-ruamel-yaml' 'python-magic')
makedepends=('git')
source=("git+https://github.com/deadc0de6/dotdrop.git#tag=v${pkgver}")
md5sums=('SKIP')