From dd062f24f32c7b8cca4bde4a3ba158a406bc0564 Mon Sep 17 00:00:00 2001 From: Keith Maxwell Date: Sun, 17 Nov 2024 10:01:16 +0000 Subject: [PATCH] Update PKGBUILD files Based on --- packages/arch-dotdrop-git/PKGBUILD | 4 ++-- packages/arch-dotdrop/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/arch-dotdrop-git/PKGBUILD b/packages/arch-dotdrop-git/PKGBUILD index f1804dd5..3974d16e 100644 --- a/packages/arch-dotdrop-git/PKGBUILD +++ b/packages/arch-dotdrop-git/PKGBUILD @@ -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) diff --git a/packages/arch-dotdrop/PKGBUILD b/packages/arch-dotdrop/PKGBUILD index eaa36b82..f2c69ec4 100644 --- a/packages/arch-dotdrop/PKGBUILD +++ b/packages/arch-dotdrop/PKGBUILD @@ -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')