summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeif Warner2016-01-19 19:53:18 -0800
committerLeif Warner2016-01-19 19:53:18 -0800
commitaea65ac3f8ddf04c48bf81a6b37019bfbd818466 (patch)
treeaa32f30935147c5e67b7223ddd43c2e0bd6604b0 /PKGBUILD
parent080c43c52affb3cd9ef9c2be3f609753607aa6a4 (diff)
downloadaur-pymodoro-git.tar.gz
Added setuptools to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1b2a990dc76..eaff50edaa20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Pomodoro for Xmobar or Dzen"
arch=(any)
url=https://github.com/dattanchu/pymodoro
depends=(python)
-makedepends=(git)
+makedepends=(git python-setuptools)
provides=(pymodoro)
conflicts=(pymodoro)
source=(git+https://github.com/dattanchu/pymodoro.git)