summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2019-02-20 01:16:33 +0100
committerChristopher Arndt2019-02-20 01:16:33 +0100
commit3c856cbfc660d1db080d8c8c2326b9fcb90d41fc (patch)
tree06040dd37d0122c12c2034a063197a498f2184bd
parent0148889e2b69e01d24f389f6582cae82f083a090 (diff)
downloadaur-3c856cbfc660d1db080d8c8c2326b9fcb90d41fc.tar.gz
New upstream version 3.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0139ba954cf..a89742fb918a 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.3.2
+ pkgver = 3.4.0
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.3.2.tar.gz
- md5sums = 1cfdfa98f82a6c473dfef48434820652
+ source = https://files.pythonhosted.org/packages/source/p/pip-tools/pip-tools-3.4.0.tar.gz
+ md5sums = 043a2a4cbc5c166a649c1df4954369aa
pkgname = pip-tools
diff --git a/PKGBUILD b/PKGBUILD
index 9d9e02df358f..1b0d83a5a727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Conseil <contact+aur at saimon dot org>
pkgname=pip-tools
-pkgver=3.3.2
+pkgver=3.4.0
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=('1cfdfa98f82a6c473dfef48434820652')
+md5sums=('043a2a4cbc5c166a649c1df4954369aa')
build() {
cd "$srcdir/$pkgname-$pkgver"