mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-08 07:19:16 +00:00
update aur package dependencies for python-magic
This commit is contained in:
6
packages/arch-dotdrop-git/PKGBUILD
vendored
6
packages/arch-dotdrop-git/PKGBUILD
vendored
@@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
_pkgname=dotdrop
|
_pkgname=dotdrop
|
||||||
pkgname="${_pkgname}-git"
|
pkgname="${_pkgname}-git"
|
||||||
pkgver=v1.8.2.r22.g1291b4b
|
pkgver=1.3.7.r13.g18b156e
|
||||||
pkgrel=1
|
pkgrel=5
|
||||||
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' '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')
|
makedepends=('git')
|
||||||
provides=(dotdrop)
|
provides=(dotdrop)
|
||||||
conflicts=(dotdrop)
|
conflicts=(dotdrop)
|
||||||
|
|||||||
2
packages/arch-dotdrop/PKGBUILD
vendored
2
packages/arch-dotdrop/PKGBUILD
vendored
@@ -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' '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')
|
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')
|
||||||
|
|||||||
Reference in New Issue
Block a user