summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2022-05-24 03:46:33 +0200
committerChristopher Arndt2022-05-24 03:46:33 +0200
commitfa569006c6b054166e2868a69eea8178a10e7987 (patch)
tree41a6704335de3018782eabfddb7a2f0f9aadba4d /PKGBUILD
parent4f7f3a9138a603a378746836c7e78dd6b98d100a (diff)
downloadaur-fa569006c6b054166e2868a69eea8178a10e7987.tar.gz
New upstream version 6.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 400087911fe0..357aa83be216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Conseil <contact+aur at saimon dot org>
pkgname=pip-tools
-pkgver=6.6.1
+pkgver=6.6.2
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=('634e3e8d4707257c004313d16a9d6c14c1ce94d3c0fa1f93c38d264401f2e4f2')
+sha256sums=('f638503a9f77d98d9a7d72584b1508d3f82ed019b8fab24f4e5ad078c1b8c95e')
prepare() {
cd "$srcdir/$pkgname-$pkgver"