1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:49:42 +00:00

refactor the parsing

This commit is contained in:
deadc0de6
2019-05-31 18:30:19 +02:00
parent 18cc3bc2ac
commit 6e6c5fb2e3
33 changed files with 1739 additions and 1486 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = dotdrop
pkgdesc = Save your dotfiles once, deploy them everywhere
pkgver = 0.28.0
pkgver = 0.27.0
pkgrel = 1
url = https://github.com/deadc0de6/dotdrop
arch = any
@@ -11,7 +11,7 @@ pkgbase = dotdrop
depends = python-jinja
depends = python-docopt
depends = python-pyaml
source = git+https://github.com/deadc0de6/dotdrop.git#tag=v0.28.0
source = git+https://github.com/deadc0de6/dotdrop.git#tag=v0.27.0
md5sums = SKIP
pkgname = dotdrop

View File

@@ -1,7 +1,7 @@
# Maintainer: deadc0de6 <info@deadc0de.ch>
pkgname=dotdrop
pkgver=0.28.0
pkgver=0.27.0
pkgrel=1
pkgdesc="Save your dotfiles once, deploy them everywhere "
arch=('any')