summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Enck2017-03-09 15:32:12 -0500
committerSean Enck2017-03-09 15:32:12 -0500
commitbc3ade066135ce792ba5c7342a3c1c4fd1b1fab0 (patch)
treeb60cd87537410c3e177e93a8b735d5152e06cb99
parent89f6e9ce0dd5c0feb6e315210200fc1c99a45172 (diff)
downloadaur-bc3ade066135ce792ba5c7342a3c1c4fd1b1fab0.tar.gz
Added comma...
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05fa36c348d3..7c22785d964f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-flask-git
_pkgname=flask
pkgver=0.12.r46.g7a5e8ef3
-pkgrel=1
+pkgrel=2
pkgdesc='Micro webdevelopment framework for Python'
arch=('any')
url='http://flask.pocoo.org/'
license=('custom:BSD')
-depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous', 'python-click')
+depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 'python-click')
makedepends=('git')
conflicts=('python-flask')
provides=('python-flask')