mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 11:24:16 +00:00
add python-magic dependency for aur
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
pkgbase = dotdrop
|
||||
pkgdesc = Save your dotfiles once, deploy them everywhere
|
||||
pkgver = 1.3.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/deadc0de6/dotdrop
|
||||
arch = any
|
||||
license = GPL
|
||||
makedepends = git
|
||||
depends = python
|
||||
depends = python-setuptools
|
||||
depends = python-jinja
|
||||
depends = python-docopt
|
||||
depends = python-ruamel-yaml
|
||||
source = git+https://github.com/deadc0de6/dotdrop.git#tag=v1.3.1
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = dotdrop
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user