summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHusam Bilal2018-03-17 02:07:56 +0200
committerHusam Bilal2018-03-17 02:07:56 +0200
commitbff0b2c7ce31d727017569b0d864bce8332738bb (patch)
treed26c3f46239cb6c6e08f2218cdfed1fbb93f02bf /PKGBUILD
parent0df219d8e5b3c629e7b1a01f5856564942156f6c (diff)
downloadaur-bff0b2c7ce31d727017569b0d864bce8332738bb.tar.gz
typo fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f108c93aa00..de0a488c0891 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='A tool to make managing your dotfile symlinks in $HOME easy, allowing y
url='https://github.com/jbernard/dotfiles'
license=('ISC')
arch=('any')
-depends=('python python-py')
+depends=('python' 'python-py')
makedepends=('git' 'python-setuptools')
conflicts=('dotfiles')
provides=('dotfiles')