summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2017-06-17 08:00:40 +0200
committerrazer2017-06-17 08:00:40 +0200
commit3a5541f3b97a8999056d76f6448a6f92e81c7867 (patch)
tree7bd12709af5cd4d129088b05df4d11ac080e4736
parent7fca0ce615753d1c8890405c843c9d43a52bb9de (diff)
downloadaur-3a5541f3b97a8999056d76f6448a6f92e81c7867.tar.gz
version bimb
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f15f1a8f2e42..e34b902029da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-django-channels
_pypi_pkgname=django-channels
-pkgver=1.1.3
+pkgver=1.1.5
pkgrel=1
pkgdesc="Developer-friendly asynchrony for Django"
arch=(any)
@@ -10,6 +10,7 @@ url="https://channels.readthedocs.io"
license=('BSD')
makedepends=('python-setuptools')
depends=('python' 'python-django')
+optdepends=('python-daphne')
source=("git://github.com/django/channels")
md5sums=('SKIP')