summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2017-03-25 11:45:22 +0200
committerChristoph Gysin2017-03-25 11:45:22 +0200
commit9f64531cfbd9533a815588362f19b6c14dc13938 (patch)
tree4706a64fe7d9eedc15b63eed7714f66b0573f8aa /PKGBUILD
parent29b93b7eab43ace7a45700e33d337470e630fcfb (diff)
downloadaur-9f64531cfbd9533a815588362f19b6c14dc13938.tar.gz
fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 357248665774..0c3d735a1e65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=bashate
pkgver=0.5.1
-pkgrel=2
+pkgrel=3
pkgdesc="A pep8 equivalent for bash scripts"
arch=('any')
-makedepends=('setuptools')
+makedepends=('python-setuptools')
depends=('python'
'python-pbr'
'python-babel')