mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 11:24:16 +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=dotdrop
|
||||||
pkgname="${_pkgname}-git"
|
pkgname="${_pkgname}-git"
|
||||||
pkgver=1.3.7.r13.g18b156e
|
pkgver=1.3.7.r13.g18b156e
|
||||||
pkgrel=8
|
pkgrel=9
|
||||||
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' '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')
|
makedepends=('git')
|
||||||
provides=(dotdrop)
|
provides=(dotdrop)
|
||||||
conflicts=(dotdrop)
|
conflicts=(dotdrop)
|
||||||
|
|||||||
4
packages/arch-dotdrop/PKGBUILD
vendored
4
packages/arch-dotdrop/PKGBUILD
vendored
@@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
pkgname=dotdrop
|
pkgname=dotdrop
|
||||||
pkgver=1.5.4
|
pkgver=1.5.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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' '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')
|
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