summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordeadc0de62020-11-09 08:53:56 +0100
committerdeadc0de62020-11-09 08:53:56 +0100
commit0a2489485a76ea5adfcf5ce16968a8e00a990c6d (patch)
tree98577d04542ebc6a3d5a4702c5d2f3f790692f25 /PKGBUILD
parent984464aeec174df5ca82325faecbff85d3e26730 (diff)
downloadaur-0a2489485a76ea5adfcf5ce16968a8e00a990c6d.tar.gz
add 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 b21bcb3acbaf..afe0cfcc014a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=dotdrop
pkgver=1.3.7
-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')
+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')