summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2021-06-22 19:48:37 +0200
committerChristopher Arndt2021-06-22 19:48:37 +0200
commitc03604319c47ac61493431b4444fb64f516db77e (patch)
tree5e5f50dc7a278aee656f76b11612b9d94fa5a478 /PKGBUILD
parent8c109f380850fc149871c10cdb3197a23d04dfdb (diff)
downloadaur-c03604319c47ac61493431b4444fb64f516db77e.tar.gz
New upstream version 6.2.0
Updated dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b83b6432e6cb..51cb3c2955aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Simon Conseil <contact+aur at saimon dot org>
pkgname=pip-tools
-pkgver=6.1.0
+pkgver=6.2.0
pkgrel=1
pkgdesc="A set of tools to keep your pinned Python dependencies fresh."
arch=('any')
url="https://github.com/jazzband/pip-tools/"
license=('BSD')
-depends=('python-click>=7' 'python-pep517' 'python-pip>=20.3')
+depends=('python-click>=7' 'python-pep517' 'python-pip>=20.3' 'python-setuptools' 'python-wheel')
makedepends=('python-setuptools-scm')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('400bf77e29cca48c31abc210042932bb52dcc138ef4ea4d52c5db429aa8ae6ee')
+sha256sums=('9ed38c73da4993e531694ea151f77048b4dbf2ba7b94c4a569daa39568cc6564')
build() {
cd "$srcdir/$pkgname-$pkgver"