diff options
author | Ashley Bone | 2021-06-15 23:52:17 -0400 |
---|---|---|
committer | Ashley Bone | 2021-06-15 23:52:17 -0400 |
commit | ae52bcd6ea5e84c685bc21c524a58a90e8ba8302 (patch) | |
tree | 504446f380f79a9dbe65eb862edf50b8ad749057 /PKGBUILD | |
parent | ae8535ad1c2b032ad5975205f0c650c1c10ac248 (diff) | |
download | aur-ae52bcd6ea5e84c685bc21c524a58a90e8ba8302.tar.gz |
Update to 2.3.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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}" |