diff options
author | Christian Hesse | 2017-10-03 00:59:17 +0200 |
---|---|---|
committer | Christian Hesse | 2017-10-03 00:59:17 +0200 |
commit | 704e47181d9724025c8d991381aeadf48e404968 (patch) | |
tree | e97e8b27206a47e3e695d23395fd129df6afe464 | |
parent | 4764ba285dc9af8a500d92bddb3af2d51c8fe365 (diff) | |
download | aur-704e47181d9724025c8d991381aeadf48e404968.tar.gz |
commit python-pid 2.1.1-1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 9 insertions, 6 deletions
@@ -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 @@ -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' |