summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordeadc0de62021-10-13 09:57:39 +0200
committerdeadc0de62021-10-13 09:57:39 +0200
commit91797e6f85d34a0df3572fc274c4438ccd80cec5 (patch)
tree9521bdf5425f74bb7b14ee0f2cf2f83ff87a2148
parent970ff35948d295f6cc5022ac05af53c63666f9af (diff)
downloadaur-91797e6f85d34a0df3572fc274c4438ccd80cec5.tar.gz
fix dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a67b945ef2fa..929b878a2bd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dotdrop-git
pkgdesc = Save your dotfiles once, deploy them everywhere
pkgver = 1.3.7.r13.g18b156e
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/deadc0de6/dotdrop
arch = any
license = GPL
@@ -12,10 +12,11 @@ pkgbase = dotdrop-git
depends = python-docopt
depends = python-ruamel-yaml
depends = python-magic-ahupp
+ depends = python-requests
+ depends = python-packaging
provides = dotdrop
conflicts = dotdrop
source = git+https://github.com/deadc0de6/dotdrop.git
md5sums = SKIP
pkgname = dotdrop-git
-
diff --git a/PKGBUILD b/PKGBUILD
index b19f20c5f0e7..8965b9f731ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=dotdrop
pkgname="${_pkgname}-git"
pkgver=1.3.7.r13.g18b156e
-pkgrel=2
+pkgrel=3
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-ahupp')
+depends=('python' 'python-setuptools' 'python-jinja' 'python-docopt' 'python-ruamel-yaml' 'python-magic-ahupp' 'python-requests' 'python-packaging')
makedepends=('git')
provides=(dotdrop)
conflicts=(dotdrop)