summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHusam Bilal2018-08-28 02:43:41 +0300
committerHusam Bilal2018-08-28 02:43:41 +0300
commit77e94182fc2ba5581ce67e00e8da99437777e047 (patch)
treec71622dc5e11b9000c950e30e58af35f6efc0be4 /PKGBUILD
parentbff0b2c7ce31d727017569b0d864bce8332738bb (diff)
downloadaur-dotfiles-git.tar.gz
added python-click dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de0a488c0891..e0276ae627e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=dotfiles-git
_pkgname=dotfiles
-pkgver=r358.8998a93
+pkgver=r374.9a1f55e
pkgrel=1
pkgdesc='A tool to make managing your dotfile symlinks in $HOME easy, allowing you to keep all of them in a single directory.'
url='https://github.com/jbernard/dotfiles'
license=('ISC')
arch=('any')
-depends=('python' 'python-py')
+depends=('python' 'python-py' 'python-click')
makedepends=('git' 'python-setuptools')
conflicts=('dotfiles')
provides=('dotfiles')