1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-16 02:36: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

@@ -1,20 +0,0 @@
pkgbase = dotdrop-git
pkgdesc = Save your dotfiles once, deploy them everywhere
pkgver = v1.1.0.r4.gdcd2351
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
provides = dotdrop
conflicts = dotdrop
source = git+https://github.com/deadc0de6/dotdrop.git
md5sums = SKIP
pkgname = dotdrop-git

View File

@@ -2,14 +2,14 @@
_pkgname=dotdrop _pkgname=dotdrop
pkgname="${_pkgname}-git" pkgname="${_pkgname}-git"
pkgver=v1.1.0.r4.gdcd2351 pkgver=1.3.7.r13.g18b156e
pkgrel=1 pkgrel=1
pkgdesc="Save your dotfiles once, deploy them everywhere " pkgdesc="Save your dotfiles once, deploy them everywhere "
arch=('any') arch=('any')
url="https://github.com/deadc0de6/dotdrop" url="https://github.com/deadc0de6/dotdrop"
license=('GPL') license=('GPL')
groups=() 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') makedepends=('git')
provides=(dotdrop) provides=(dotdrop)
conflicts=(dotdrop) conflicts=(dotdrop)

View File

@@ -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

View File

@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/deadc0de6/dotdrop" url="https://github.com/deadc0de6/dotdrop"
license=('GPL') license=('GPL')
groups=() 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') makedepends=('git')
source=("git+https://github.com/deadc0de6/dotdrop.git#tag=v${pkgver}") source=("git+https://github.com/deadc0de6/dotdrop.git#tag=v${pkgver}")
md5sums=('SKIP') md5sums=('SKIP')