summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2017-10-03 00:59:17 +0200
committerChristian Hesse2017-10-03 00:59:17 +0200
commit704e47181d9724025c8d991381aeadf48e404968 (patch)
treee97e8b27206a47e3e695d23395fd129df6afe464
parent4764ba285dc9af8a500d92bddb3af2d51c8fe365 (diff)
downloadaur-704e47181d9724025c8d991381aeadf48e404968.tar.gz
commit python-pid 2.1.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa9077b730db..21e3c1579c61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Oct 2 22:59:17 UTC 2017
pkgbase = python-pid
pkgdesc = Python pid - pidfile featuring stale detection and file-locking
- pkgver = 2.0.1
+ pkgver = 2.1.1
pkgrel = 1
url = https://pypi.python.org/pypi/pid
arch = i686
@@ -8,8 +10,8 @@ pkgbase = python-pid
license = GPL
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://pypi.python.org/packages/source/p/pid/pid-2.0.1.tar.gz
- sha256sums = 054cde9c64b8ac979ec27f714e71ebb97ecf8388ea5fe29f6b93db222e92d433
+ source = https://pypi.io/packages/source/p/pid/pid-2.1.1.tar.gz
+ sha256sums = b443169d3dc21397695b4a82016fadb4cfdb0ed8b2ddb4aaa428e1701bb34e1f
pkgname = python-pid
pkgdesc = Python pid - pidfile featuring stale detection and file-locking - python 3.x pkg
diff --git a/PKGBUILD b/PKGBUILD
index 35110a09ebe4..4a19e5b274f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
pkgbase=python-pid
pkgname=(python-pid python2-pid)
-pkgver=2.0.1
+pkgver=2.1.1
pkgrel=1
pkgdesc='Python pid - pidfile featuring stale detection and file-locking'
arch=('i686' 'x86_64')
url='https://pypi.python.org/pypi/pid'
license=('GPL')
makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/source/p/pid/pid-${pkgver}.tar.gz")
-sha256sums=('054cde9c64b8ac979ec27f714e71ebb97ecf8388ea5fe29f6b93db222e92d433')
+# There's a gpg signature, but no matching key. Where to get it?
+source=("https://pypi.io/packages/source/p/pid/pid-${pkgver}.tar.gz")
+sha256sums=('b443169d3dc21397695b4a82016fadb4cfdb0ed8b2ddb4aaa428e1701bb34e1f')
package_python-pid() {
pkgdesc='Python pid - pidfile featuring stale detection and file-locking - python 3.x pkg'