summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2015-10-15 16:01:44 +0200
committerCedric Girard2015-10-15 16:01:44 +0200
commit496f401dfda4c02a25e9961a760cd26c58ede009 (patch)
tree7aae0b79aae481e30c3ffd46ae0c5d017147171b /PKGBUILD
parent9357f9bc25b441effbd059caecbfe50a098c26eb (diff)
downloadaur-496f401dfda4c02a25e9961a760cd26c58ede009.tar.gz
added python2-webassets dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26444b7afb1c..417c2d4f0ca1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Adam Goldsmith <adam@adamgoldsmith.name>
+# Co-maintainer: Cedric Girard <girard.cedric@gmail.com>
# Previous Maintainer: Moritz Lipp <mlq@pwmt.org>
_pkgname=Flask-Assets
pkgname=python2-flask-assets
pkgver=0.11
-pkgrel=1
+pkgrel=2
pkgdesc="Asset management for Flask, to compress and merge CSS and Javascript
files"
arch=(any)
url="http://flask-assets.readthedocs.org"
license=('BSD')
-depends=('python2' 'python2-flask')
+depends=('python2' 'python2-flask' 'python2-webassets')
makedepends=('python2-distribute')
source=("http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
md5sums=('d7fa762f704ab5eb62e6801d43ce2300')