mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 18:34:48 +00:00
fix aur dependency
This commit is contained in:
@@ -100,6 +100,8 @@ Dotdrop is available on aur:
|
|||||||
* stable: <https://aur.archlinux.org/packages/dotdrop/>
|
* stable: <https://aur.archlinux.org/packages/dotdrop/>
|
||||||
* git version: <https://aur.archlinux.org/packages/dotdrop-git/>
|
* git version: <https://aur.archlinux.org/packages/dotdrop-git/>
|
||||||
|
|
||||||
|
Make sure to install the [python-magic-ahupp](https://aur.archlinux.org/packages/python-magic-ahupp/) from aur.
|
||||||
|
|
||||||
Then follow the [doc to setup your repository](repository-setup.md).
|
Then follow the [doc to setup your repository](repository-setup.md).
|
||||||
|
|
||||||
## Snap package
|
## Snap package
|
||||||
|
|||||||
@@ -9,7 +9,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')
|
depends=('python' 'python-setuptools' 'python-jinja' 'python-docopt' 'python-ruamel-yaml' 'python-magic-ahupp')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
provides=(dotdrop)
|
provides=(dotdrop)
|
||||||
conflicts=(dotdrop)
|
conflicts=(dotdrop)
|
||||||
|
|||||||
@@ -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')
|
depends=('python' 'python-setuptools' 'python-jinja' 'python-docopt' 'python-ruamel-yaml' 'python-magic-ahupp')
|
||||||
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