summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2019-01-24 18:03:24 +0100
committerChristopher Arndt2019-01-24 18:03:24 +0100
commit0e3c45cab80d044538b742a69e3e676c333cb887 (patch)
treebe191a83a0f9b24bf945850596f7496eb9c1da55
parent5b58e4c06c4824b1a7d51d68c99dbc846a087034 (diff)
downloadaur-0e3c45cab80d044538b742a69e3e676c333cb887.tar.gz
New upstream version 3.3.1 (version 3.3.0 was not published to PyPI)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59c0461a6f80..c8331f13e4e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pip-tools
pkgdesc = A set of tools to keep your pinned Python dependencies fresh.
- pkgver = 3.2.0
+ pkgver = 3.3.1
pkgrel = 1
url = https://github.com/jazzband/pip-tools/
arch = any
@@ -8,8 +8,8 @@ pkgbase = pip-tools
depends = python-click
depends = python-pip
depends = python-six
- source = https://files.pythonhosted.org/packages/source/p/pip-tools/pip-tools-3.2.0.tar.gz
- md5sums = 02ef8e13a96545b177e3fb50227e0517
+ source = https://files.pythonhosted.org/packages/source/p/pip-tools/pip-tools-3.3.1.tar.gz
+ md5sums = 7a11f52fa82586b8c2a7f7acbfdadb74
pkgname = pip-tools
diff --git a/PKGBUILD b/PKGBUILD
index 2c03634d61f7..f37de3394246 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Conseil <contact+aur at saimon dot org>
pkgname=pip-tools
-pkgver=3.2.0
+pkgver=3.3.1
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=('02ef8e13a96545b177e3fb50227e0517')
+md5sums=('7a11f52fa82586b8c2a7f7acbfdadb74')
build() {
cd "$srcdir/$pkgname-$pkgver"