summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2020-05-01 14:27:18 +0200
committerChristopher Arndt2020-05-01 14:27:18 +0200
commitb4588be8766d641c124c6a2a57c90a56e5b7cc0b (patch)
tree414beb65a299625282240f8e99d3bda563150b45 /PKGBUILD
parentf092add7c0dcdb45fa7188eb1424b9dba52dd4bf (diff)
downloadaur-b4588be8766d641c124c6a2a57c90a56e5b7cc0b.tar.gz
New upstream version 5.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c91fa2c6c08c..84f18c27cdcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Conseil <contact+aur at saimon dot org>
pkgname=pip-tools
-pkgver=5.1.0
+pkgver=5.1.1
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>=20.0' 'python-six')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('37c40df48c349ad516b96b447f93ca6d6398d477df95497295e32ab91979614c')
+sha256sums=('692785e246b67fec32239a505485527b9ece1f0bbfab13b7a812ebe31b1b855d')
build() {
cd "$srcdir/$pkgname-$pkgver"