summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2019-01-26 23:35:33 +0100
committerChristopher Arndt2019-01-26 23:35:33 +0100
commit0148889e2b69e01d24f389f6582cae82f083a090 (patch)
tree929d8a21e010d6013ec175c0536437b5f4c6557c /PKGBUILD
parent0e3c45cab80d044538b742a69e3e676c333cb887 (diff)
downloadaur-0148889e2b69e01d24f389f6582cae82f083a090.tar.gz
New upstream version 3.3.2
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f37de3394246..9d9e02df358f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Conseil <contact+aur at saimon dot org>
pkgname=pip-tools
-pkgver=3.3.1
+pkgver=3.3.2
pkgrel=1
pkgdesc="A set of tools to keep your pinned Python dependencies fresh."
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/jazzband/pip-tools/"
license=('BSD')
depends=('python-click' 'python-pip' 'python-six')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('7a11f52fa82586b8c2a7f7acbfdadb74')
+md5sums=('1cfdfa98f82a6c473dfef48434820652')
build() {
cd "$srcdir/$pkgname-$pkgver"