summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Bone2019-12-16 07:58:44 -0500
committerAshley Bone2019-12-16 07:58:44 -0500
commit6ba247c491b561312492c7e4b82432095c1c5a5a (patch)
tree107ad6e092996c4db0c623b36af817f5cc508bcf
parent40630fe315ffa5ef77ba1a3e715011a85b9ff246 (diff)
downloadaur-6ba247c491b561312492c7e4b82432095c1c5a5a.tar.gz
Release 1.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b1a15f2ef1f..31dfebb701e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-portalocker
pkgdesc = Easy, portable file locking API.
- pkgver = 1.5.1
+ pkgver = 1.5.2
pkgrel = 1
url = https://github.com/WoLpH/portalocker
arch = any
license = PSF
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://pypi.python.org/packages/source/p/portalocker/portalocker-1.5.1.tar.gz
- sha256sums = 1ed88cff4807267ec3331d2a843529399256043851509c39487db97146dda821
+ source = https://pypi.python.org/packages/source/p/portalocker/portalocker-1.5.2.tar.gz
+ sha256sums = dac62e53e5670cb40d2ee4cdc785e6b829665932c3ee75307ad677cf5f7d2e9f
pkgname = python-portalocker
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 86e95a16708b..71ec7048dbd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Ashley Bone <aur DOT ashley DOT bone AT gmail DOT com>
+# Maintainer: Ashley Bone <ashley DOT bone AT pm DOT me>
pkgbase=python-portalocker
pkgname=('python-portalocker' 'python2-portalocker')
_pkgname=portalocker
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc='Easy, portable file locking API.'
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/WoLpH/${_pkgname}"
license=('PSF')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('1ed88cff4807267ec3331d2a843529399256043851509c39487db97146dda821')
+sha256sums=('dac62e53e5670cb40d2ee4cdc785e6b829665932c3ee75307ad677cf5f7d2e9f')
build() {
cp -a "${_pkgname}-${pkgver}" "py2-${_pkgname}-${pkgver}"