summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2023-10-10 11:40:51 +0700
committerAchmad Fathoni2023-10-10 11:40:51 +0700
commit9d76acd9c2142cef93fdf789109a922eb9b66012 (patch)
tree9047aea6a7f467db830a2ada716cbedbb5a2fc23 /PKGBUILD
parent2678b4be6f2c0d0c06f396c5f8eeea7bebff4528 (diff)
downloadaur-python-pur.tar.gz
7.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11fc22cfd837..c2c704cc870e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Achmad Fathoni<fathoni.id(at)gmail.com>
pkgname=python-pur
_pkgname=${pkgname:7}
-pkgver=7.3.0
+pkgver=7.3.1
pkgrel=1
pkgdesc="Update packages in a requirements.txt file to latest versions."
arch=('any')
@@ -10,7 +10,7 @@ license=('BSD license')
makedepends=(python-build python-installer python-wheel)
depends=(python python-click)
source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('9fd7ac8f66477e4c8b2038b51ac392e6f8463aed1552e5e969516d736bf62e45')
+sha256sums=('ac693e4c1b7c8fa376b198ce797488befa65f0965ce13b4a8659fd44113a24ba')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}