summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Bone2018-06-02 09:18:03 -0400
committerAshley Bone2018-06-02 09:18:03 -0400
commit5b32fec37644869d6557be929209b152e70bf285 (patch)
treec01a0280cc382627b59df81605e307a40e382e50
parent2fb0b4b79748c1b069e8377a1dc302140df76926 (diff)
downloadaur-5b32fec37644869d6557be929209b152e70bf285.tar.gz
Upgrade to version 1.2.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ab6c8682a12..d61bde595fbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-portalocker
pkgdesc = Easy, portable file locking API.
- pkgver = 0.5.7
+ pkgver = 1.2.1
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-0.5.7.tar.gz
- sha256sums = 5a3dfbe550933595ba479964ab48ebab9b3f33ae8d2ad16c02e1c91697466322
+ source = https://pypi.python.org/packages/source/p/portalocker/portalocker-1.2.1.tar.gz
+ sha256sums = 3f2a56d3d90e2ac5659ee744336e6953c0050bb61fccb97090a03de5c2a4db9f
pkgname = python-portalocker
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index c106551fbf62..510de60750dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-portalocker
pkgname=('python-portalocker' 'python2-portalocker')
_pkgname=portalocker
-pkgver=0.5.7
+pkgver=1.2.1
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=('5a3dfbe550933595ba479964ab48ebab9b3f33ae8d2ad16c02e1c91697466322')
+sha256sums=('3f2a56d3d90e2ac5659ee744336e6953c0050bb61fccb97090a03de5c2a4db9f')
build() {
cp -a "${_pkgname}-${pkgver}" "py2-${_pkgname}-${pkgver}"