summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Bone2021-09-09 08:10:03 -0400
committerAshley Bone2021-09-09 08:10:03 -0400
commitcfc6c292eca40934598f153823e4dd14cc98600a (patch)
tree03b2fd1b784b4f6f5a7b63e3d822b82f3ec12ca4
parentae52bcd6ea5e84c685bc21c524a58a90e8ba8302 (diff)
downloadaur-cfc6c292eca40934598f153823e4dd14cc98600a.tar.gz
Update to 2.3.2.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0602690f5954..a55872d9f9cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-portalocker
pkgdesc = Easy, portable file locking API.
- pkgver = 2.3.0
+ pkgver = 2.3.2
pkgrel = 1
url = https://github.com/WoLpH/portalocker
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-portalocker
makedepends = python-setuptools
optdepends = python-redis
optdepends = redis
- source = https://pypi.python.org/packages/source/p/portalocker/portalocker-2.3.0.tar.gz
- sha256sums = 4e913d807aa6598c320e8a50c50e2ee0602bc45240b485e3f8bc06f13060084c
+ source = https://pypi.python.org/packages/source/p/portalocker/portalocker-2.3.2.tar.gz
+ sha256sums = 75cfe02f702737f1726d83e04eedfa0bda2cc5b974b1ceafb8d6b42377efbd5f
pkgname = python-portalocker
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index b481c557c2a5..ffc7265da685 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-portalocker
pkgname=('python-portalocker')
_pkgname=portalocker
-pkgver=2.3.0
+pkgver=2.3.2
pkgrel=1
pkgdesc='Easy, portable file locking API.'
arch=('any')
@@ -11,7 +11,7 @@ license=('PSF')
makedepends=('python-setuptools')
optdepends=('python-redis' 'redis')
source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('4e913d807aa6598c320e8a50c50e2ee0602bc45240b485e3f8bc06f13060084c')
+sha256sums=('75cfe02f702737f1726d83e04eedfa0bda2cc5b974b1ceafb8d6b42377efbd5f')
build() {
cp -a "${_pkgname}-${pkgver}" "py2-${_pkgname}-${pkgver}"