summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2022-04-06 10:54:03 +0200
committerChristopher Arndt2022-04-06 10:54:03 +0200
commit75c3d238d62c043d092cfdf3a8d00d483c2d72a4 (patch)
tree6d6a689b8597b944213ec666abdc2f6676f4c6a4
parent5ef9df8d452f3ad0ac26246c775fce243a575003 (diff)
downloadaur-75c3d238d62c043d092cfdf3a8d00d483c2d72a4.tar.gz
New upstream version 6.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6597d732c545..1b0f6e7ed083 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 = 6.5.1
+ pkgver = 6.6.0
pkgrel = 1
url = https://github.com/jazzband/pip-tools/
arch = any
@@ -11,7 +11,7 @@ pkgbase = pip-tools
depends = python-pip>=20.3
depends = python-setuptools
depends = python-wheel
- source = https://files.pythonhosted.org/packages/source/p/pip-tools/pip-tools-6.5.1.tar.gz
- sha256sums = 80f562aa699fc76a424539697e0bef41e490a050e57a6a21468531981a9d419e
+ source = https://files.pythonhosted.org/packages/source/p/pip-tools/pip-tools-6.6.0.tar.gz
+ sha256sums = 98aa24004440a1c0489d71a567a4e8afdf23c7782bff483d1219881e7302de83
pkgname = pip-tools
diff --git a/PKGBUILD b/PKGBUILD
index 85c4c9a55072..34085efa48e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Conseil <contact+aur at saimon dot org>
pkgname=pip-tools
-pkgver=6.5.1
+pkgver=6.6.0
pkgrel=1
pkgdesc="A set of tools to keep your pinned Python dependencies fresh."
arch=('any')
@@ -11,7 +11,7 @@ license=('BSD')
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=('80f562aa699fc76a424539697e0bef41e490a050e57a6a21468531981a9d419e')
+sha256sums=('98aa24004440a1c0489d71a567a4e8afdf23c7782bff483d1219881e7302de83')
prepare() {
cd "$srcdir/$pkgname-$pkgver"