summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordeadc0de62022-08-08 21:25:32 +0200
committerdeadc0de62022-08-08 21:25:32 +0200
commitd9b6e5366009e037b5132ed0de455bf45ba3a021 (patch)
treefb48d20228fcfcfd04840584f9e0f6941d4234bf /PKGBUILD
parent8051e7f852e6aee3bd9af792474e3f8c4983a313 (diff)
downloadaur-d9b6e5366009e037b5132ed0de455bf45ba3a021.tar.gz
fix python-magic dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2c3dca43ade..35cd938073ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=dotdrop
pkgver=1.10.3
-pkgrel=1
+pkgrel=2
pkgdesc="Save your dotfiles once, deploy them everywhere "
arch=('any')
url="https://github.com/deadc0de6/dotdrop"
license=('GPL')
groups=()
-depends=('python' 'python-setuptools' 'python-jinja' 'python-docopt' 'python-ruamel-yaml' 'python-magic-ahupp' 'python-requests' 'python-packaging' 'python-toml')
+depends=('python' 'python-setuptools' 'python-jinja' 'python-docopt' 'python-ruamel-yaml' 'python-magic' 'python-requests' 'python-packaging' 'python-toml')
makedepends=('git')
source=("git+https://github.com/deadc0de6/dotdrop.git#tag=v${pkgver}")
md5sums=('SKIP')