mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 14:31:46 +00:00
migrate from PyYAML to ruamel.yaml
This commit is contained in:
@@ -10,7 +10,7 @@ pkgbase = dotdrop
|
||||
depends = python-setuptools
|
||||
depends = python-jinja
|
||||
depends = python-docopt
|
||||
depends = python-pyaml
|
||||
depends = python-ruamel-yaml
|
||||
source = git+https://github.com/deadc0de6/dotdrop.git#tag=v0.28.0
|
||||
md5sums = SKIP
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ arch=('any')
|
||||
url="https://github.com/deadc0de6/dotdrop"
|
||||
license=('GPL')
|
||||
groups=()
|
||||
depends=('python' 'python-setuptools' 'python-jinja' 'python-docopt' 'python-pyaml')
|
||||
depends=('python' 'python-setuptools' 'python-jinja' 'python-docopt' 'python-ruamel-yaml')
|
||||
makedepends=('git')
|
||||
source=("git+https://github.com/deadc0de6/dotdrop.git#tag=v${pkgver}")
|
||||
md5sums=('SKIP')
|
||||
|
||||
Reference in New Issue
Block a user