summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHusam Bilal2018-03-17 02:07:56 +0200
committerHusam Bilal2018-03-17 02:07:56 +0200
commitbff0b2c7ce31d727017569b0d864bce8332738bb (patch)
treed26c3f46239cb6c6e08f2218cdfed1fbb93f02bf
parent0df219d8e5b3c629e7b1a01f5856564942156f6c (diff)
downloadaur-bff0b2c7ce31d727017569b0d864bce8332738bb.tar.gz
typo fix
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50a87fae0fa6..088fded43958 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,8 @@ pkgbase = dotfiles-git
license = ISC
makedepends = git
makedepends = python-setuptools
- depends = python python-py
+ depends = python
+ depends = python-py
provides = dotfiles
conflicts = dotfiles
source = git+https://github.com/jbernard/dotfiles.git
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')