summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEvangelos Foutras2019-11-08 12:39:14 +0000
committerEvangelos Foutras2019-11-08 12:39:14 +0000
commitb039a404cad3831cb241bf96cb9dc5a471b8ee3d (patch)
tree933886a4eba4d4ada178933573f2a589bccecade /PKGBUILD
parent3a91efde22e96678d6c778c15d5f4cbccb68c117 (diff)
downloadaur-b039a404cad3831cb241bf96cb9dc5a471b8ee3d.tar.gz
New upstream release.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb0866314303..e34951c9782f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}