summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d9f885ad23c..7c9b20f3cc1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Simon Conseil <contact+aur at saimon dot org>
pkgname=pip-tools
-pkgver=1.7.0
+pkgver=1.8.0
pkgrel=1
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-first' 'python-pip' 'python-six')
-source=("https://pypi.python.org/packages/ec/1a/3dce962d5d58f2874ee64110e45986ac5a73d2023dcf32804038ffd87637/${pkgname}-${pkgver}.tar.gz"
+source=("https://pypi.python.org/packages/6b/e3/032350634958091ee804102753916459a8ea2616df23e7c88cce67127e39/${pkgname}-${pkgver}.tar.gz"
LICENSE.txt)
-md5sums=('2f3be43fd4f96ed5b03ddd093d8e4f04'
+md5sums=('d4bfe6407a7303ddc6e0d5397302b88e'
'b542fe20de254615b3ab48020bc73441')
package() {