summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 088fded43958..8a3bf67547c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dotfiles-git
pkgdesc = A tool to make managing your dotfile symlinks in $HOME easy, allowing you to keep all of them in a single directory.
pkgver = r358.8998a93
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jbernard/dotfiles
arch = any
license = ISC
@@ -9,6 +9,7 @@ pkgbase = dotfiles-git
makedepends = python-setuptools
depends = python
depends = python-py
+ depends = python-click
provides = dotfiles
conflicts = dotfiles
source = git+https://github.com/jbernard/dotfiles.git
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')