summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAshley Bone2021-06-15 23:52:17 -0400
committerAshley Bone2021-06-15 23:52:17 -0400
commitae52bcd6ea5e84c685bc21c524a58a90e8ba8302 (patch)
tree504446f380f79a9dbe65eb862edf50b8ad749057 /PKGBUILD
parentae8535ad1c2b032ad5975205f0c650c1c10ac248 (diff)
downloadaur-ae52bcd6ea5e84c685bc21c524a58a90e8ba8302.tar.gz
Update to 2.3.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2be463b1b0f..b481c557c2a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=python-portalocker
pkgname=('python-portalocker')
_pkgname=portalocker
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
pkgdesc='Easy, portable file locking API.'
arch=('any')
url="https://github.com/WoLpH/${_pkgname}"
@@ -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=('e5f6ffb2f360e9aef615a7c284143d2a93bb640c62e8e45a703e6083fc5aa114')
+sha256sums=('4e913d807aa6598c320e8a50c50e2ee0602bc45240b485e3f8bc06f13060084c')
build() {
cp -a "${_pkgname}-${pkgver}" "py2-${_pkgname}-${pkgver}"