summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2015-12-01 22:29:08 +0100
committerChristopher Arndt2015-12-01 22:29:08 +0100
commitc9e04732808374437fca1ae76347cefe11f7e237 (patch)
treeb9340f058eb244fb935ce5b48a3e045c8335bb57 /PKGBUILD
parentff41b1f3baa18bad23b3f8e56a59e82131f49a71 (diff)
downloadaur-c9e04732808374437fca1ae76347cefe11f7e237.tar.gz
Forgot to save PKGBUILD before rebuilding :(
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9cbfe5ebd76..804066443baa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pip-tools
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A set of tools to keep your pinned Python dependencies fresh."
arch=('any')
url="https://github.com/nvie/pip-tools"
license=('BSD')
-depends=('python-click' 'python-six')
+depends=('python-click' 'python-first' 'python-pip' 'python-six')
source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz"
LICENSE.txt)
md5sums=('f1771bee558b5abd8b206fdeb1e51d69'