mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 12:46:44 +00:00
Update PKGBUILD files
Based on <https://github.com/deadc0de6/dotdrop/pull/435>
This commit is contained in:
4
packages/arch-dotdrop-git/PKGBUILD
vendored
4
packages/arch-dotdrop-git/PKGBUILD
vendored
@@ -3,13 +3,13 @@
|
||||
_pkgname=dotdrop
|
||||
pkgname="${_pkgname}-git"
|
||||
pkgver=1.3.7.r13.g18b156e
|
||||
pkgrel=8
|
||||
pkgrel=9
|
||||
pkgdesc="Save your dotfiles once, deploy them everywhere "
|
||||
arch=('any')
|
||||
url="https://github.com/deadc0de6/dotdrop"
|
||||
license=('GPL')
|
||||
groups=()
|
||||
depends=('python' 'python-setuptools' 'python-jinja' 'python-docopt' 'python-ruamel-yaml' 'python-magic' 'python-requests' 'python-packaging' 'python-tomli-w' 'python-distro')
|
||||
depends=('python' 'python-setuptools' 'python-jinja' 'python-docopt-ng' 'python-ruamel-yaml' 'python-magic' 'python-requests' 'python-packaging' 'python-tomli-w' 'python-distro')
|
||||
makedepends=('git')
|
||||
provides=(dotdrop)
|
||||
conflicts=(dotdrop)
|
||||
|
||||
4
packages/arch-dotdrop/PKGBUILD
vendored
4
packages/arch-dotdrop/PKGBUILD
vendored
@@ -2,13 +2,13 @@
|
||||
|
||||
pkgname=dotdrop
|
||||
pkgver=1.5.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Save your dotfiles once, deploy them everywhere "
|
||||
arch=('any')
|
||||
url="https://github.com/deadc0de6/dotdrop"
|
||||
license=('GPL')
|
||||
groups=()
|
||||
depends=('python' 'python-setuptools' 'python-jinja' 'python-docopt' 'python-ruamel-yaml' 'python-magic' 'python-requests' 'python-packaging' 'python-tomli-w' 'python-distro')
|
||||
depends=('python' 'python-setuptools' 'python-jinja' 'python-docopt-ng' 'python-ruamel-yaml' 'python-magic' 'python-requests' 'python-packaging' 'python-tomli-w' 'python-distro')
|
||||
makedepends=('git')
|
||||
source=("git+https://github.com/deadc0de6/dotdrop.git#tag=v${pkgver}")
|
||||
md5sums=('SKIP')
|
||||
|
||||
Reference in New Issue
Block a user