summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Berquist2020-02-29 22:31:48 -0500
committerEric Berquist2020-02-29 22:31:48 -0500
commit0bde5b4d784f518ce45cafa59bcc7b832c6f603b (patch)
tree728cf55d9d845c014d7fb54b0d88aa1cd632c3df /PKGBUILD
parent7fce16d99cc136deae30a673142e09b5b2f82fe7 (diff)
downloadaur-wakatime.tar.gz
Ensure setuptools is part of makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7709f34325eb..be5a21857d69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=wakatime
pkgver=13.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="Command line interface used by all WakaTime text editor plugins"
arch=('any')
url="https://github.com/wakatime/wakatime"
license=('BSD-3-Clause')
depends=('python')
+makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('07a6d07e1227e3bd45242a2a4861d105bddc6220174a9b739c551bd2d45ce0fd')