summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2021-10-26 10:59:57 +0200
committerChristopher Arndt2021-10-26 10:59:57 +0200
commitbf76a73abbc07af370dd661afaec41d08c40f712 (patch)
treea6f754fa56dca5a70b65f6ef4839a3e5d0448c0c /PKGBUILD
parentf9cef27e65c24542bb8583d32bf191a65eda62d9 (diff)
downloadaur-bf76a73abbc07af370dd661afaec41d08c40f712.tar.gz
Add missing .SRCINFO; lower python-pip min version again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dcb2dcc8e027..f8feeebf1ad0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pip-tools
pkgver=6.4.0
-pkgrel=1
+pkgrel=2
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>=21.2' 'python-setuptools' 'python-wheel')
+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=('65553a15b1ba34be5e43889345062e38fb9b219ffa23b084ca0d4c4039b6f53b')