summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Steinert2019-11-30 17:56:43 +0100
committerLorenz Steinert2019-11-30 17:56:43 +0100
commit0ddf1e091827bbac9f3d02c3b1c11fbdbac18353 (patch)
treef23e53edc7b1764501d2a2298ae094d23269b58b
parent38d504f1817d41d221ab89e655497b620420da42 (diff)
downloadaur-python-flufl-lock.tar.gz
update to 3.2 and url
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6438314df58d..b99e296e37db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-flufl-lock
pkgdesc = NFS-safe file locking with timeouts for POSIX systems
- pkgver = 2.4.1
+ pkgver = 3.2
pkgrel = 1
- url = https://launchpad.net/flufl.lock
+ url = https://gitlab.com/warsaw/flufl.lock
arch = any
license = LGPL
makedepends = python-setuptools
options = !emptydirs
- source = https://pypi.python.org/packages/source/f/flufl.lock/flufl.lock-2.4.1.tar.gz
- sha256sums = 72639aca3ef0379aef125c7346b042691c3452152843f301801b3c2ddcac1032
+ source = https://pypi.python.org/packages/source/f/flufl.lock/flufl.lock-3.2.tar.gz
+ sha256sums = a8d66accc9ab41f09961cd8f8db39f9c28e97e2769659a3567c63930a869ff5b
pkgname = python-flufl-lock
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 7ac005713312..57b3a3cb927c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=('python-flufl-lock')
_pkgbase='flufl.lock'
-pkgver=2.4.1
+pkgver=3.2
pkgrel=1
pkgdesc="NFS-safe file locking with timeouts for POSIX systems"
arch=(any)
-url="https://launchpad.net/flufl.lock"
+url="https://gitlab.com/warsaw/flufl.lock"
license=('LGPL')
options=(!emptydirs)
source=("https://pypi.python.org/packages/source/f/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz")
-sha256sums=('72639aca3ef0379aef125c7346b042691c3452152843f301801b3c2ddcac1032')
+sha256sums=('a8d66accc9ab41f09961cd8f8db39f9c28e97e2769659a3567c63930a869ff5b')
makedepends=('python-setuptools')
package_python-flufl-lock() {