diff options
author | Evangelos Foutras | 2019-11-08 12:39:14 +0000 |
---|---|---|
committer | Evangelos Foutras | 2019-11-08 12:39:14 +0000 |
commit | b039a404cad3831cb241bf96cb9dc5a471b8ee3d (patch) | |
tree | 933886a4eba4d4ada178933573f2a589bccecade /PKGBUILD | |
parent | 3a91efde22e96678d6c778c15d5f4cbccb68c117 (diff) | |
download | aur-b039a404cad3831cb241bf96cb9dc5a471b8ee3d.tar.gz |
New upstream release.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ pkgbase=python-daemon pkgname=('python-daemon' 'python2-daemon') -pkgver=2.2.3 +pkgver=2.2.4 pkgrel=1 pkgdesc='Library to implement a well-behaved Unix daemon process' arch=('any') @@ -12,8 +12,8 @@ url='https://pypi.python.org/pypi/python-daemon' license=('Apache') makedepends=('python-setuptools' 'python2-setuptools' 'python-docutils' 'python2-docutils' 'python-lockfile' 'python2-lockfile') checkdepends=('python-mock' 'python2-mock' 'python-testscenarios' 'python2-testscenarios') -source=(https://files.pythonhosted.org/packages/35/c3/50a2984169a990e329c969967d4142e9d462789876b962889d6108639937/$pkgbase-$pkgver.tar.gz) -sha256sums=('affeca9e5adfce2666a63890af9d6aff79f670f7511899edaddca7f96593cc25') +source=(https://files.pythonhosted.org/packages/source/p/$pkgbase/$pkgbase-$pkgver.tar.gz) +sha256sums=('57c84f50a04d7825515e4dbf3a31c70cc44414394a71608dee6cfde469e81766') prepare() { cp -a python-daemon-$pkgver{,-py2} |